summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kdefconfig_existent5
-rw-r--r--tests/Kdefconfig_existent_but_n4
-rw-r--r--tests/Klocation24
3 files changed, 0 insertions, 33 deletions
diff --git a/tests/Kdefconfig_existent b/tests/Kdefconfig_existent
index 8dde443..304cae6 100644
--- a/tests/Kdefconfig_existent
+++ b/tests/Kdefconfig_existent
@@ -1,9 +1,4 @@
# $FOO is "defconfig_2"
-# Should produce "Kconfiglib/tests/defconfig_2"
-
-config FOO
- string
- option env="BAR"
config A
string
diff --git a/tests/Kdefconfig_existent_but_n b/tests/Kdefconfig_existent_but_n
index 2d55e97..2fdaaa9 100644
--- a/tests/Kdefconfig_existent_but_n
+++ b/tests/Kdefconfig_existent_but_n
@@ -1,10 +1,6 @@
# $FOO is "defconfig_2"
# Should produce None due to the "depends on n"
-config FOO
- string
- option env="BAR"
-
config A
string
depends on n
diff --git a/tests/Klocation b/tests/Klocation
index d3ac09c..6438739 100644
--- a/tests/Klocation
+++ b/tests/Klocation
@@ -33,30 +33,6 @@ config MULTI_DEF
endif
endif
-config TESTS_DIR_FROM_ENV
- string
- option env="TESTS_DIR_FROM_ENV"
-
-config SUB_DIR_FROM_ENV
- string
- option env="SUB_DIR_FROM_ENV"
-
-config _SOURCED
- string
- default "_sourced"
-
-config _RSOURCED
- string
- default "_rsourced"
-
-config _GSOURCED
- string
- default "_gsourced"
-
-config _GRSOURCED
- string
- default "_grsourced"
-
# Expands to "tests/Klocation_sourced"
source "$TESTS_DIR_FROM_ENV/Klocation$_SOURCED"