summary refs log tree commit diff stats
path: root/tests/nimble/tnimblepathdollar.nims
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nimble/tnimblepathdollar.nims')
-rw-r--r--tests/nimble/tnimblepathdollar.nims5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nimble/tnimblepathdollar.nims b/tests/nimble/tnimblepathdollar.nims
new file mode 100644
index 000000000..ff45366a8
--- /dev/null
+++ b/tests/nimble/tnimblepathdollar.nims
@@ -0,0 +1,5 @@
+switch("nimblePath", "$projectdir/nimbleDir/simplePkgs")
+switch("path", "$nimblepath/pkgA-0.1.0")
+switch("path", "$nimblepath/pkgB-#head")
+switch("path", "$nimblepath/pkgC-#head")
+switch("noNimblePath")