From a4926886ee8cc35e122a502903cb834a025773f4 Mon Sep 17 00:00:00 2001 From: "simon.hengel" Date: Sun, 18 Apr 2010 18:16:54 +0000 Subject: Add unit tests for parser --- tests/runparsetests.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/runparsetests.sh (limited to 'tests/runparsetests.sh') 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 -- cgit v1.2.3