test mongodb and yesod-test
This commit is contained in:
parent
13c4e137a2
commit
04364dad65
@ -13,6 +13,7 @@ runghc main.hs init
|
|||||||
cabal configure -flibrary-only --disable-optimization
|
cabal configure -flibrary-only --disable-optimization
|
||||||
cabal build
|
cabal build
|
||||||
cabal clean
|
cabal clean
|
||||||
cabal configure
|
cabal configure --enable-tests
|
||||||
cabal build
|
cabal build
|
||||||
|
cabal test
|
||||||
)
|
)
|
||||||
|
|||||||
@ -3,4 +3,4 @@ teardown() { rm -rf foobar; ghc-pkg unregister foobar &>/dev/null; }
|
|||||||
|
|
||||||
test_sqlite() { ../test/scaffold.sh < ../test/sqlite-input.txt ; }
|
test_sqlite() { ../test/scaffold.sh < ../test/sqlite-input.txt ; }
|
||||||
test_postgresql() { ../test/scaffold.sh < ../test/postgresql-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 ; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user