Files
f7db1ec3cfd9e130b67b97e6a4d5e24cfc92e4eb
swift /.alltests

23 lines
294 B
Plaintext
Raw Normal View History

echo "==== Unit tests ===="
resetswift
$TOP_DIR/.unittests $@
echo "==== Func tests ===="
resetswift
startmain
$TOP_DIR/.functests $@
echo "==== Probe tests ===="
resetswift
$TOP_DIR/.probetests $@
echo "All tests runs fine"
exit 0