summaryrefslogtreecommitdiff
path: root/kconfigtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfigtest.py')
-rw-r--r--kconfigtest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index 07c6c3f..9db404e 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -95,7 +95,8 @@ def run_selftests():
verify(c[s].is_modifiable(),
"{0} should be modifiable".format(c[s].get_name()))
for s in ("NOT_VISIBLE", "SELECTED_TO_Y", "BOOL_SELECTED_TO_M",
- "NOT_VISIBLE_STRING", "NOT_VISIBLE_INT", "NOT_VISIBLE_HEX"):
+ "M_VISIBLE_TRISTATE_SELECTED_TO_M", "NOT_VISIBLE_STRING",
+ "NOT_VISIBLE_INT", "NOT_VISIBLE_HEX"):
verify(not c[s].is_modifiable(),
"{0} should not be modifiable".format(c[s].get_name()))