From d4634ba8f0d6d53872b0a744fee9111d55334550 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 2 Nov 2017 23:32:26 +0100 Subject: Clean up choice semantics tests Can finally get rid of get_choices() and get_items() now. Piggyback some more Kwtf tests, and remove some outdated comments. There's already plenty of select/imply testing. --- tests/Kwtf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests') diff --git a/tests/Kwtf b/tests/Kwtf index c71e328..85ae57e 100644 --- a/tests/Kwtf +++ b/tests/Kwtf @@ -3,6 +3,16 @@ config A select n select m select y + select UNAME_RELEASE + select "n" + select "m" + select "y" + select "UNAME_RELEASE" imply n imply m imply y + imply UNAME_RELEASE + imply "n" + imply "m" + imply "y" + imply "UNAME_RELEASE" -- cgit v1.2.3