mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
Make it easier to run tests
Now it's just `$ ./runtests.sh`!
This commit is contained in:
4
runtests.sh
Executable file
4
runtests.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/sh
|
||||
nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
|
||||
--stacktrace:on --linetrace:on ./test/testall.nim \
|
||||
| grep -vE 'ProveInit|instantiation from here'
|
||||
Reference in New Issue
Block a user