mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
* add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells
8 lines
325 B
Nim
8 lines
325 B
Nim
# 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
|