Remove scripts that are not used anymore

This commit is contained in:
Evan Czaplicki 2013-08-16 16:53:30 -07:00
parent c2329d0aff
commit c608e757a3
3 changed files with 0 additions and 17 deletions

View file

@ -1,7 +0,0 @@
#!/bin/sh
(
cd `dirname $0` &&
cabal configure --enable-tests &&
cabal build &&
cabal test
) || exit 1

View file

@ -1,5 +0,0 @@
#!/bin/sh
here=`cd \`dirname $0\` && pwd`
cd "$here/tests" &&
ghci

View file

@ -1,5 +0,0 @@
:set -i../src -i.
:l Main Parse.Parser
:m + Test.QuickCheck Main
:set prompt "test>> "
:set -Wall