X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fquickcheck%2Frun.sh;fp=ghc%2Fquickcheck%2Frun.sh;h=0000000000000000000000000000000000000000;hb=422eaf986e456ed0e16647445f7bdcb3018eb6c2;hp=cff728abee84bef0aa8d23b2690f019690dc6b5f;hpb=693342ffbb61e1da4c009059755fa0b9b1396bb8;p=ghc-hetmet.git diff --git a/ghc/quickcheck/run.sh b/ghc/quickcheck/run.sh deleted file mode 100644 index cff728a..0000000 --- a/ghc/quickcheck/run.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# I suck at bash scripting. Please feel free to make this code better. - -Root=../compiler - -ExtraOptions="-cpp -fglasgow-exts -package ghc" - -HC=$Root/stage2/ghc-inplace - -Debug="False" - -if [ "$1" == "debug" ] - then - Debug="True" -fi - -if [ "$1" == "ghci" ] - then - $HC --interactive $ExtraOptions $2 - else - $HC --interactive -e "runUnitTests $Debug" $ExtraOptions RunTests.hs -fi \ No newline at end of file