Files
f39133055fff953f69f6b7ea62c47127d5b5c9a5
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