]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Move testsuite-03 units to .units directory
authorAndrew Stone <a@stne.dev>
Thu, 25 Aug 2022 23:31:56 +0000 (16:31 -0700)
committerAndrew Stone <a@stne.dev>
Thu, 25 Aug 2022 23:32:31 +0000 (16:32 -0700)
test/meson.build
test/testsuite-03.units/hello-after-sleep.target [moved from test/units/hello-after-sleep.target with 100% similarity]
test/testsuite-03.units/hello.service [moved from test/units/hello.service with 100% similarity]
test/testsuite-03.units/sleep.service [moved from test/units/sleep.service with 100% similarity]
test/testsuite-03.units/unstoppable.service [moved from test/units/unstoppable.service with 100% similarity]

index 65cb52cd21379bf9c444616be18e2dc26331b5fd..f2080b5a9a1ce7c3d02fe7451f18e2785d832b4f 100644 (file)
@@ -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)