root / wintest.bat

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