aboutsummaryrefslogtreecommitdiff
path: root/tests/runparsetests.sh
diff options
context:
space:
mode:
authorsimon.hengel <simon.hengel@wiktory.org>2010-04-18 18:16:54 +0000
committersimon.hengel <simon.hengel@wiktory.org>2010-04-18 18:16:54 +0000
commita4926886ee8cc35e122a502903cb834a025773f4 (patch)
tree55db5daf6bab7e3f2446e20cc72c5733aac908d5 /tests/runparsetests.sh
parent1315080cfe4cee54ae7a1dea8ae0567c46b76837 (diff)
Add unit tests for parser
Diffstat (limited to 'tests/runparsetests.sh')
-rw-r--r--tests/runparsetests.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/runparsetests.sh b/tests/runparsetests.sh
new file mode 100644
index 00000000..f02d3f1c
--- /dev/null
+++ b/tests/runparsetests.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+cd `dirname $0`
+
+runhaskell -hide-all-packages -cpp \
+ -packagecontainers \
+ -packagearray \
+ -packagebase \
+ -packageghc \
+ -packagexhtml \
+ -packageghc-paths \
+ -packageHUnit \
+ -i../dist/build/ \
+ -i../src/ \
+ parsetests.hs