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