matthieu / witty

Go figure

This URL has Read+Write access

witty / haskell / test.sh
100755 7 lines (6 sloc) 0.144 kb
1
2
3
4
5
6
7
#!/usr/bin/env sh
sh build.sh
ghc -e "main" test/hunit.hs src/parser.hs src/types.hs src/interpr.hs
cd ..
haskell/wy test/base.wy $@
cd haskell