HTF-0.10.0.0: tests/run-tests.sh
#!/bin/bash
if [ "$1" != "--no-clean" ]
then
cabal clean || exit 1
fi
mkdir -p dist/build/htfpp || exit 1
cp ../dist/build/htfpp/htfpp dist/build/htfpp || exit 1
cabal configure || exit 1
cabal build || exit 1
dist/build/test/test || exit 1
echo "Tests ok"
./compile-errors/run-tests.sh || exit 1
echo "Line numbers in compile errors ok"