]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: always install test-resolve subdir 36876/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 28 Mar 2025 03:12:12 +0000 (03:12 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 28 Mar 2025 10:34:02 +0000 (10:34 +0000)
Content is also used by unit tests, not just resolved tests,
so they are needed even when resolved is disabled, as unit
tests are still built and run

test/meson.build

index 9ec9e515e9c94e73fe71534c46deaa43ea42f130..b23553e34a810341b80e454b75afb1333d16d57c 100644 (file)
@@ -359,11 +359,9 @@ if install_tests
                                exclude_files : '.gitattributes',
                                install_dir : testdata_dir)
         endif
-        if conf.get('ENABLE_RESOLVE') == 1
-                install_subdir('test-resolve',
-                               exclude_files : '.gitattributes',
-                               install_dir : testdata_dir)
-        endif
+        install_subdir('test-resolve',
+                       exclude_files : '.gitattributes',
+                       install_dir : testdata_dir)
 
         # The unit tests implemented as shell scripts expect to find testdata/
         # in the directory where they are stored.