nim.cfg 325 B

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