]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix name of test-network-generator
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Aug 2023 17:20:57 +0000 (02:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Aug 2023 17:21:50 +0000 (02:21 +0900)
As the test executable is named based on the first source file.

src/network/meson.build

index 23d9cefc26ef012da5bc0ce10f4dcad87c4c176c..dc33f85a9692c57a3903198ff7d3ac24af399720 100644 (file)
@@ -236,8 +236,8 @@ test_network_base = {
 tests += [
         {
                 'sources' : files(
+                        'generator/test-network-generator.c',
                         'generator/network-generator.c',
-                        'generator/test-network-generator.c'
                 )
         },
         {