From bf81aac465bbfe9545393c18328804776defa0e0 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 23 Feb 2019 11:50:46 +0100 Subject: cmake: Added project tests --- run_project_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_project_tests.py') 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), -- cgit v1.1