From: Andrew Stone Date: Thu, 25 Aug 2022 23:31:56 +0000 (-0700) Subject: test: Move testsuite-03 units to .units directory X-Git-Tag: v252-rc1~256^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01532c2d16ba62406362dcb4bae5030e05fd6502;p=thirdparty%2Fsystemd.git test: Move testsuite-03 units to .units directory --- diff --git a/test/meson.build b/test/meson.build index 65cb52cd213..f2080b5a9a1 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) diff --git a/test/units/hello-after-sleep.target b/test/testsuite-03.units/hello-after-sleep.target similarity index 100% rename from test/units/hello-after-sleep.target rename to test/testsuite-03.units/hello-after-sleep.target diff --git a/test/units/hello.service b/test/testsuite-03.units/hello.service similarity index 100% rename from test/units/hello.service rename to test/testsuite-03.units/hello.service diff --git a/test/units/sleep.service b/test/testsuite-03.units/sleep.service similarity index 100% rename from test/units/sleep.service rename to test/testsuite-03.units/sleep.service diff --git a/test/units/unstoppable.service b/test/testsuite-03.units/unstoppable.service similarity index 100% rename from test/units/unstoppable.service rename to test/testsuite-03.units/unstoppable.service