Tools: add entry for running unit tests to build_ci.sh

This commit is contained in:
Peter Barker 2019-09-24 12:55:51 +10:00 committed by Andrew Tridgell
parent 0c4099bc42
commit d8fb003cc2

View File

@ -92,6 +92,11 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "unit-tests" ]; then
run_autotest "Unit Tests" "build.unit_tests" "run.unit_tests"
continue
fi
if [ "$t" == "revo-bootloader" ]; then
echo "Building revo bootloader"
$waf configure --board revo-mini --bootloader