blob: 98c9a1e97d482bf1b33b9dd2cdcb9d564fd7cc00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/meson.build
+++ b/meson.build
@@ -58,8 +58,8 @@ if get_option('unit-tests')
subproject('libexpr-test-support')
subproject('libexpr-tests')
subproject('libflake-tests')
+ subproject('nix-functional-tests')
endif
-subproject('nix-functional-tests')
if get_option('json-schema-checks')
subproject('json-schema-checks')
endif
|