blob: 6f49473aa0140f83cc951970d38a10c56653d54e (
plain) (
tree)
|
|
# note: consider moving tests/compilerapi/ to tests/compiler/ since
# that's more predictable.
# note: without this, tests may succeed locally but fail on CI (it can succeed
# locally even when compiling via `./bin/nim` because `$HOME/.nimble` is being
# used).
--path:"../../" # so we can `import compiler/foo` in this dir
|