aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-03-20 22:03:47 +0200
committerGitHub <noreply@github.com>2019-03-20 22:03:47 +0200
commited5992a10d8b71733361130a12c08f92207ae075 (patch)
treef5bac307d9de5cce2135fc87b0a613a8e5641b77 /run_project_tests.py
parentc6abca289bc2d72cd054615bc68a4f6b448814d8 (diff)
parent49076d719cf28886ad66fc13cbba8d3d94afb332 (diff)
downloadmeson-ed5992a10d8b71733361130a12c08f92207ae075.zip
meson-ed5992a10d8b71733361130a12c08f92207ae075.tar.gz
meson-ed5992a10d8b71733361130a12c08f92207ae075.tar.bz2
Merge pull request #5031 from bonzini/kconfig
Kconfig Module
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 96fe99a..467d522 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -551,6 +551,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()),