aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-12 15:54:43 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-08-12 12:02:39 +0000
commit2c3ad37f240fe65f05c82a77c3a74b6fa3a4fd4c (patch)
tree44d0dfa2a3669ae2ec5550e772f3daf6638ba208 /run_unittests.py
parent847d652c4ef179bbf94c0e322dc3277858fcf08c (diff)
downloadmeson-2c3ad37f240fe65f05c82a77c3a74b6fa3a4fd4c.zip
meson-2c3ad37f240fe65f05c82a77c3a74b6fa3a4fd4c.tar.gz
meson-2c3ad37f240fe65f05c82a77c3a74b6fa3a4fd4c.tar.bz2
Test for spurious warning from get_target_filename
Fixed by #7494 without a test, so here's a test. Extracted from https://github.com/mesonbuild/meson/pull/7539
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 49e2206..7044d5e 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -5029,6 +5029,14 @@ recommended as it is not supported on some platforms''')
self.build()
self.run_tests()
+ def test_multi_output_custom_target_no_warning(self):
+ testdir = os.path.join(self.common_test_dir, '235 custom_target source')
+
+ out = self.init(testdir)
+ self.assertNotRegex(out, 'WARNING:.*Using the first one.')
+ self.build()
+ self.run_tests()
+
class FailureTests(BasePlatformTests):
'''
Tests that test failure conditions. Build files here should be dynamically