diff options
author | Mark Schulte <mark@mjs.pw> | 2017-04-12 23:04:13 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-15 11:42:36 +0100 |
commit | 647bd2839e83267bf92fc5909f1b86e630bf395f (patch) | |
tree | 20b7224d00bbe161ee245c88e4db47628654feab /run_project_tests.py | |
parent | 66db1af4dd4905426cc7e11e335e1e4788d267d4 (diff) | |
download | meson-647bd2839e83267bf92fc5909f1b86e630bf395f.zip meson-647bd2839e83267bf92fc5909f1b86e630bf395f.tar.gz meson-647bd2839e83267bf92fc5909f1b86e630bf395f.tar.bz2 |
[modules] Add kconfig module
Add a kconfig module to allow meson to integrate with existing projects
that use kconfig.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 89f11d3..00fca6c 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()), |