summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorAndrew Stone <a@stne.dev>2022-08-25 16:31:56 -0700
committerAndrew Stone <a@stne.dev>2022-08-25 16:32:31 -0700
commit01532c2d16ba62406362dcb4bae5030e05fd6502 (patch)
tree9f53b6c7c54bd43d7502a35ab7bba7b788f7ad9f /test/meson.build
parent81a7eac1f7179fa61f133842fd959f85016dceb7 (diff)
downloadsystemd-01532c2d16ba62406362dcb4bae5030e05fd6502.tar.gz
test: Move testsuite-03 units to .units directory
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 65cb52cd21..f2080b5a9a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -27,6 +27,9 @@ if install_tests
install_subdir('test-network-generator-conversion',
exclude_files : '.gitattributes',
install_dir : testdata_dir)
+ install_subdir('testsuite-03.units',
+ exclude_files : '.gitattributes',
+ install_dir : testdata_dir)
install_subdir('testsuite-04.units',
exclude_files : '.gitattributes',
install_dir : testdata_dir)