Skip to content

Commit

Permalink
Tests work on Hugs now
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Jan 28, 2009
1 parent 3395665 commit 9124e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ test: test-ghc test-hugs

test-hugs:
@echo " ****** Running hugs tests"
runghc Setup.lhs configure -f buildtests --hugs
runghc Setup.lhs configure -f buildtests --hugs --extra-include-dirs=/usr/lib/hugs/include
runghc Setup.lhs build
runhugs -98 +o -P$(PWD)/dist/scratch:$(PWD)/dist/scratch/programs/runtests: \
dist/scratch/programs/runtests/Main.hs
Expand Down

0 comments on commit 9124e9c

Please sign in to comment.