From: Jordan Justen <jljusten@debian.org>
Date: Fri, 28 Mar 2025 14:37:04 -0700
Subject: meson.build: Disable nix-functional-tests when unit tests are
 disabled

Signed-off-by: Jordan Justen <jljusten@debian.org>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 49adf98..8c6bbf8 100644
--- a/meson.build
+++ b/meson.build
@@ -52,5 +52,5 @@ if get_option('unit-tests')
   subproject('libexpr-test-support')
   subproject('libexpr-tests')
   subproject('libflake-tests')
+  subproject('nix-functional-tests')
 endif
-subproject('nix-functional-tests')
