From 6a2ebb804fa95a874edb04237c542906170c946d Mon Sep 17 00:00:00 2001 From: Flaviu Tamas Date: Fri, 16 Jan 2015 19:22:36 -0500 Subject: [PATCH] Make it easier to run tests Now it's just `$ ./runtests.sh`! --- runtests.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 runtests.sh diff --git a/runtests.sh b/runtests.sh new file mode 100755 index 0000000000..39f9db286e --- /dev/null +++ b/runtests.sh @@ -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'