From fba2a11fd51ea53990706430023fae34d8876360 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 7 Dec 2012 01:56:52 +0100 Subject: Add selftests for object relations. --- tests/Krelation | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/Krelation (limited to 'tests/Krelation') diff --git a/tests/Krelation b/tests/Krelation new file mode 100644 index 0000000..057b585 --- /dev/null +++ b/tests/Krelation @@ -0,0 +1,34 @@ +config A + bool + +choice + bool "C" +config B + bool "B" +config C + bool "C" if B +config D + bool "D" +endchoice + +menu "m1" +config E + bool +menu "m2" +config F + bool +choice +config G + bool "g" +config H + bool "h" +endchoice +endmenu +config I + bool +endmenu + +menu "m3" +endmenu +menu "m4" +endmenu -- cgit v1.2.3