summary refs log tree commit diff stats
path: root/tests/import_in_config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import_in_config')
-rw-r--r--tests/import_in_config/nim.cfg2
-rw-r--r--tests/import_in_config/other.nim0
-rw-r--r--tests/import_in_config/tmain.nim0
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/import_in_config/nim.cfg b/tests/import_in_config/nim.cfg
new file mode 100644
index 000000000..af112d112
--- /dev/null
+++ b/tests/import_in_config/nim.cfg
@@ -0,0 +1,2 @@
+import = "other"
+path = "$projectDir"
diff --git a/tests/import_in_config/other.nim b/tests/import_in_config/other.nim
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/import_in_config/other.nim
diff --git a/tests/import_in_config/tmain.nim b/tests/import_in_config/tmain.nim
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/import_in_config/tmain.nim