diff options
author | David Waern <david.waern@gmail.com> | 2010-05-11 19:14:31 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-05-11 19:14:31 +0000 |
commit | a7cfb1d83c7e0f97a806e1f2c202416e625b2ce2 (patch) | |
tree | a4154de09f38ddee5e17bc16bfac323a41d9b7b5 /tests/runparsetests.sh | |
parent | c7d9f7678de931e580a3fe1bec2fb0e2dead84d3 (diff) |
Re-organise the testsuite structure
Diffstat (limited to 'tests/runparsetests.sh')
-rw-r--r-- | tests/runparsetests.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/runparsetests.sh b/tests/runparsetests.sh deleted file mode 100644 index f02d3f1c..00000000 --- a/tests/runparsetests.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 |