summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite.py b/testsuite.py
index 7219c07..0d892ed 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -524,6 +524,7 @@ config OPTIONS
option env="ENV"
""")
+
print("Testing Choice.__str__()")
verify_str(c.named_choices["CHOICE"], """
@@ -790,6 +791,7 @@ g
else:
fail("recursive 'source' did not raise exception")
+
print("Testing visibility")
c = Kconfig("Kconfiglib/tests/Kvisibility")
@@ -1140,9 +1142,6 @@ g
verify_value("INACTIVE_RANGE", "2")
verify_value("ACTIVE_RANGE", "1")
- #
- # defconfig_filename
- #
print("Testing defconfig_filename")