From 647bd2839e83267bf92fc5909f1b86e630bf395f Mon Sep 17 00:00:00 2001 From: Mark Schulte Date: Wed, 12 Apr 2017 23:04:13 -0700 Subject: [modules] Add kconfig module Add a kconfig module to allow meson to integrate with existing projects that use kconfig. --- 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 89f11d382..00fca6cda 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -550,6 +550,7 @@ def detect_tests_to_run(): ('failing-meson', 'failing', False), ('failing-build', 'failing build', False), ('failing-test', 'failing test', False), + ('kconfig', 'kconfig', False), ('platform-osx', 'osx', not mesonlib.is_osx()), ('platform-windows', 'windows', not mesonlib.is_windows() and not mesonlib.is_cygwin()), -- cgit v1.2.3