test mongodb and yesod-test

This commit is contained in:
Greg Weber 2012-05-20 17:15:57 -07:00
parent 13c4e137a2
commit 04364dad65
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ runghc main.hs init
cabal configure -flibrary-only --disable-optimization
cabal build
cabal clean
cabal configure
cabal configure --enable-tests
cabal build
cabal test
)

View File

@ -3,4 +3,4 @@ teardown() { rm -rf foobar; ghc-pkg unregister foobar &>/dev/null; }
test_sqlite() { ../test/scaffold.sh < ../test/sqlite-input.txt ; }
test_postgresql() { ../test/scaffold.sh < ../test/postgresql-input.txt; }
#test_mongodb() { ../test/scaffold.sh < ../test/mongodb-input.txt ; }
test_mongodb() { ../test/scaffold.sh < ../test/mongodb-input.txt ; }