add shelltestrunner testing dependency

This commit is contained in:
Greg Weber 2011-08-20 06:48:56 -07:00
parent 659e120024
commit 833a80e4ac

View File

@ -3,7 +3,7 @@
CABAL=cabal CABAL=cabal
# install testing dependencies # install testing dependencies
$CABAL install HUnit QuickCheck hspec $CABAL install HUnit QuickCheck hspec shelltestrunner
PACKAGES="yesod-core yesod-json yesod-static yesod-persistent yesod-newsfeed yesod-form yesod-auth yesod-sitemap yesod" PACKAGES="yesod-core yesod-json yesod-static yesod-persistent yesod-newsfeed yesod-form yesod-auth yesod-sitemap yesod"
for package in $PACKAGES for package in $PACKAGES