Files
87bf4bf5da2cb0c8f640d96cd4304bec422dbaab
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