]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: rename test-chase -> test-chase-manual
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 30 Mar 2023 03:13:55 +0000 (12:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 30 Mar 2023 03:18:40 +0000 (12:18 +0900)
src/test/meson.build
src/test/test-chase-manual.c [moved from src/test/test-chase.c with 100% similarity]

index e93851790e09f310c5efcdafc352eac8a18da388..e0c6adc089b5321e8bd4e189392a913d991ed212 100644 (file)
@@ -263,7 +263,7 @@ tests += [
                 'base' : test_core_base,
         },
         {
-                'sources' : files('test-chase.c'),
+                'sources' : files('test-chase-manual.c'),
                 'type' : 'manual',
         },
         {