root / wintest.bat

1
cd testsrc
2
ghc --make -package MissingH -package mtl -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -cpp -o runtests.exe -i..\dist\build:..\src runtests.hs
3
cd ..
4
testsrc\runtests
5