summary refs log tree commit diff stats
path: root/tests/compiler/nim.cfg
blob: 6f49473aa0140f83cc951970d38a10c56653d54e (plain) (blame)
1
2
3
4
5
6
7
# 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