Files
7662cde704849b424ad3497b10f5fef35ae0a947
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