summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sub/Kconfig_symlink_21
-rw-r--r--tests/sub/Kconfig_symlink_32
-rw-r--r--tests/sub/sub/Kconfig_symlink_12
l---------tests/symlink1
4 files changed, 6 insertions, 0 deletions
diff --git a/tests/sub/Kconfig_symlink_2 b/tests/sub/Kconfig_symlink_2
new file mode 100644
index 0000000..aeba985
--- /dev/null
+++ b/tests/sub/Kconfig_symlink_2
@@ -0,0 +1 @@
+rsource "Kconfig_symlink_3"
diff --git a/tests/sub/Kconfig_symlink_3 b/tests/sub/Kconfig_symlink_3
new file mode 100644
index 0000000..20b4e06
--- /dev/null
+++ b/tests/sub/Kconfig_symlink_3
@@ -0,0 +1,2 @@
+config FOUNDME
+ bool
diff --git a/tests/sub/sub/Kconfig_symlink_1 b/tests/sub/sub/Kconfig_symlink_1
new file mode 100644
index 0000000..bceec8b
--- /dev/null
+++ b/tests/sub/sub/Kconfig_symlink_1
@@ -0,0 +1,2 @@
+# Sources tests/sub/Kconfig_symlink_2, with an absolute path
+source "$(KCONFIG_SYMLINK_2)"
diff --git a/tests/symlink b/tests/symlink
new file mode 120000
index 0000000..565623e
--- /dev/null
+++ b/tests/symlink
@@ -0,0 +1 @@
+sub/sub \ No newline at end of file