diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kinclude_path | 12 | ||||
| -rw-r--r-- | tests/Kinclude_path_sourced_1 | 12 | ||||
| -rw-r--r-- | tests/Kinclude_path_sourced_2 | 11 |
3 files changed, 35 insertions, 0 deletions
diff --git a/tests/Kinclude_path b/tests/Kinclude_path new file mode 100644 index 0000000..7a3badb --- /dev/null +++ b/tests/Kinclude_path @@ -0,0 +1,12 @@ +config TOP + bool + +source "Kinclude_path_sourced_1" + +config TOP + bool + +source "Kinclude_path_sourced_1" + +config TOP + bool diff --git a/tests/Kinclude_path_sourced_1 b/tests/Kinclude_path_sourced_1 new file mode 100644 index 0000000..f4dee98 --- /dev/null +++ b/tests/Kinclude_path_sourced_1 @@ -0,0 +1,12 @@ +config ONE_DOWN + bool + +source "Kinclude_path_sourced_2" + +config ONE_DOWN + bool + +source "Kinclude_path_sourced_2" + +config ONE_DOWN + bool diff --git a/tests/Kinclude_path_sourced_2 b/tests/Kinclude_path_sourced_2 new file mode 100644 index 0000000..068f18d --- /dev/null +++ b/tests/Kinclude_path_sourced_2 @@ -0,0 +1,11 @@ +config TWO_DOWN + bool + +menu "menu" +endmenu + +comment "comment" + +choice + bool "choice" +endchoice |
