diff options
Diffstat (limited to 'tests/Kinclude_path_sourced_1')
| -rw-r--r-- | tests/Kinclude_path_sourced_1 | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
