From 01532c2d16ba62406362dcb4bae5030e05fd6502 Mon Sep 17 00:00:00 2001 From: Andrew Stone Date: Thu, 25 Aug 2022 16:31:56 -0700 Subject: [PATCH] test: Move testsuite-03 units to .units directory --- test/meson.build | 3 +++ test/{units => testsuite-03.units}/hello-after-sleep.target | 0 test/{units => testsuite-03.units}/hello.service | 0 test/{units => testsuite-03.units}/sleep.service | 0 test/{units => testsuite-03.units}/unstoppable.service | 0 5 files changed, 3 insertions(+) rename test/{units => testsuite-03.units}/hello-after-sleep.target (100%) rename test/{units => testsuite-03.units}/hello.service (100%) rename test/{units => testsuite-03.units}/sleep.service (100%) rename test/{units => testsuite-03.units}/unstoppable.service (100%) 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 -- 2.47.3