Make it easier to run tests

Now it's just `$ ./runtests.sh`!
This commit is contained in:
Flaviu Tamas
2015-01-16 19:22:36 -05:00
parent 01e22abb19
commit 6a2ebb804f

4
runtests.sh Executable file
View 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'