build/test: remove cruft, run unittests from here

This commit is contained in:
Franco Fichtner 2017-05-04 17:04:04 +02:00
parent 923b3c2431
commit ed2e6966b3
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ EOF
echo ">>> Running ${COREDIR} test suite..."
chroot ${STAGEDIR} /bin/sh -es <<EOF
make -C${COREDIR} setup
make -C${COREDIR} lint
make -C${COREDIR} health
make -C${COREDIR} style
make -C${COREDIR} test
EOF