1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 3# 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
# 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