From 64478322e13d6d817d71e27c52f4ef2fb9092b75 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 18 Aug 2025 23:34:07 +0300 Subject: Condense test dirs for rc3. --- test cases/warning/8 target with no sources/meson.build | 3 --- test cases/warning/8 target with no sources/test.json | 7 ------- test cases/warning/9 target with no sources/meson.build | 3 +++ test cases/warning/9 target with no sources/test.json | 7 +++++++ 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 test cases/warning/8 target with no sources/meson.build delete mode 100644 test cases/warning/8 target with no sources/test.json create mode 100644 test cases/warning/9 target with no sources/meson.build create mode 100644 test cases/warning/9 target with no sources/test.json diff --git a/test cases/warning/8 target with no sources/meson.build b/test cases/warning/8 target with no sources/meson.build deleted file mode 100644 index 2a8ee110b..000000000 --- a/test cases/warning/8 target with no sources/meson.build +++ /dev/null @@ -1,3 +0,0 @@ -project('no sources', 'c') - -static_library('no sources') diff --git a/test cases/warning/8 target with no sources/test.json b/test cases/warning/8 target with no sources/test.json deleted file mode 100644 index 30e5b05f1..000000000 --- a/test cases/warning/8 target with no sources/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "WARNING: Build target no sources has no sources. This was never supposed to be allowed but did because of a bug, support will be removed in a future release of Meson" - } - ] -} diff --git a/test cases/warning/9 target with no sources/meson.build b/test cases/warning/9 target with no sources/meson.build new file mode 100644 index 000000000..2a8ee110b --- /dev/null +++ b/test cases/warning/9 target with no sources/meson.build @@ -0,0 +1,3 @@ +project('no sources', 'c') + +static_library('no sources') diff --git a/test cases/warning/9 target with no sources/test.json b/test cases/warning/9 target with no sources/test.json new file mode 100644 index 000000000..30e5b05f1 --- /dev/null +++ b/test cases/warning/9 target with no sources/test.json @@ -0,0 +1,7 @@ +{ + "stdout": [ + { + "line": "WARNING: Build target no sources has no sources. This was never supposed to be allowed but did because of a bug, support will be removed in a future release of Meson" + } + ] +} -- cgit v1.2.3