diff options
author | David Waern <david.waern@gmail.com> | 2010-05-11 21:41:11 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-05-11 21:41:11 +0000 |
commit | 3d46394a3f3ca22a214f253731efc72b42a57d53 (patch) | |
tree | f0dbc24fe6ea6ce5ec0dd3839f441ace6eeed494 | |
parent | a0ddf55da2ecd8ec7f104d0b90a2405a092ae299 (diff) |
Update runparsetests.hs following testsuite reorganisation
-rw-r--r-- | tests/unit-tests/runparsetests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit-tests/runparsetests.sh b/tests/unit-tests/runparsetests.sh index f02d3f1c..8c0e06e1 100644 --- a/tests/unit-tests/runparsetests.sh +++ b/tests/unit-tests/runparsetests.sh @@ -9,6 +9,6 @@ runhaskell -hide-all-packages -cpp \ -packagexhtml \ -packageghc-paths \ -packageHUnit \ - -i../dist/build/ \ - -i../src/ \ + -i../../dist/build/ \ + -i../../src/ \ parsetests.hs |