diff options
Diffstat (limited to 'tests/Kdefconfig_existent')
| -rw-r--r-- | tests/Kdefconfig_existent | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Kdefconfig_existent b/tests/Kdefconfig_existent new file mode 100644 index 0000000..895c218 --- /dev/null +++ b/tests/Kdefconfig_existent @@ -0,0 +1,12 @@ +# $FOO is "defconfig_2" +# Should produce "Kconfiglib/tests/defconfig_2" + +config FOO + option env="BAR" + +config A + string + option defconfig_list + default "Kconfiglib/tests/defconfig_1" if y && !n && n + default "Kconfiglib/tests/$FOO" + default "Kconfiglib/tests/defconfig_1" |
