tools: add ncall.sh script to execute nc* in order
authorJean Privat <jean@pryen.org>
Tue, 25 Aug 2009 14:41:16 +0000 (10:41 -0400)
committerJean Privat <jean@pryen.org>
Tue, 25 Aug 2009 14:41:16 +0000 (10:41 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/ncall.sh [new file with mode: 0755]

diff --git a/src/ncall.sh b/src/ncall.sh
new file mode 100755 (executable)
index 0000000..97446f6
--- /dev/null
@@ -0,0 +1 @@
+time make -C parser && time ./nc -W nitc && time ./nc2 -W -v "$@" nitc && time ./nc3 -W -v "$@" nitc && ./nc4 "$@" ../examples/hello_world.nit && ./hello_world_4