aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/143 list of file sources
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-08-22 23:32:05 -0400
committerXavier Claessens <xclaesse@gmail.com>2022-08-23 12:26:13 -0400
commitb7245d3f273dd6ddadc1fe2c2d06dbe25c1b9b5f (patch)
tree345d14874b421ff4abb66b27d6863b9cf412f6d2 /test cases/common/143 list of file sources
parent75b8dc5c9ef548b4cc15483af5106b3e79dfd36e (diff)
downloadmeson-b7245d3f273dd6ddadc1fe2c2d06dbe25c1b9b5f.zip
meson-b7245d3f273dd6ddadc1fe2c2d06dbe25c1b9b5f.tar.gz
meson-b7245d3f273dd6ddadc1fe2c2d06dbe25c1b9b5f.tar.bz2
tests: remove compiler requirement in various unneeded cases
Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup.
Diffstat (limited to 'test cases/common/143 list of file sources')
-rw-r--r--test cases/common/143 list of file sources/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/143 list of file sources/meson.build b/test cases/common/143 list of file sources/meson.build
index 819509d..40c1b8c 100644
--- a/test cases/common/143 list of file sources/meson.build
+++ b/test cases/common/143 list of file sources/meson.build
@@ -1,4 +1,4 @@
-project('test', 'c')
+project('test')
mod_py = import('python3')
python = mod_py.find_python()