fix test.hs reference

This commit is contained in:
Greg Weber 2011-12-06 08:30:12 -03:00
parent c6294148d4
commit e372e126b4
2 changed files with 2 additions and 1 deletions

1
yesod-core/test/test.hs Symbolic link
View File

@ -0,0 +1 @@
../test.hs

View File

@ -102,7 +102,7 @@ library
test-suite tests
type: exitcode-stdio-1.0
main-is: ../test.hs
main-is: test.hs
hs-source-dirs: test
if flag(ghc7)