blob: 06a791ec3caa7f56bf0a67b76aa680900645a328 (
plain)
1
2
3
4
5
6
7
|
#[
pending https://github.com/nim-lang/Nim/pull/10530
note: nimble init installs something like this (maybe without src in this case)
switch("path", "$projectDir/../src")
but it doesn't seem robust in case tests have subdirs, so, changing to ../ seems better
]#
switch("path", "..")
|