aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-02-23 11:50:46 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-06-06 18:27:02 +0200
commitbf81aac465bbfe9545393c18328804776defa0e0 (patch)
treebcb9257dc679f8ff013b143154031e8d0ec4e9d8 /run_project_tests.py
parent2b44b4be9f0e3896ca7f7a24c92a841939332596 (diff)
downloadmeson-bf81aac465bbfe9545393c18328804776defa0e0.zip
meson-bf81aac465bbfe9545393c18328804776defa0e0.tar.gz
meson-bf81aac465bbfe9545393c18328804776defa0e0.tar.bz2
cmake: Added project tests
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index a3aa07d..c3187ff 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -553,6 +553,7 @@ def skip_csharp(backend):
def detect_tests_to_run():
# Name, subdirectory, skip condition.
all_tests = [
+ ('cmake', 'cmake', not shutil.which('cmake')),
('common', 'common', False),
('warning-meson', 'warning', False),
('failing-meson', 'failing', False),