diff options
author | Simon Hengel <simon.hengel@wiktory.org> | 2011-04-08 15:53:01 +0000 |
---|---|---|
committer | Simon Hengel <simon.hengel@wiktory.org> | 2011-04-08 15:53:01 +0000 |
commit | 69100027e6b6024fa6c7956e8593a2eef712fcb8 (patch) | |
tree | 8b06c8681ab80da4bced6333c593a4570fda8377 /tests/unit-tests | |
parent | c90a16312522a2d51ccb83a28feb38296898bd41 (diff) |
Set shell script for unit tests back to work
Diffstat (limited to 'tests/unit-tests')
-rw-r--r-- | tests/unit-tests/runparsetests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit-tests/runparsetests.sh b/tests/unit-tests/runparsetests.sh index 8c0e06e1..1dae69c2 100644 --- a/tests/unit-tests/runparsetests.sh +++ b/tests/unit-tests/runparsetests.sh @@ -11,4 +11,5 @@ runhaskell -hide-all-packages -cpp \ -packageHUnit \ -i../../dist/build/ \ -i../../src/ \ + -optP-include -optP../../dist/build/autogen/cabal_macros.h \ parsetests.hs |