actually run tests

This commit is contained in:
Jorge Aparicio 2017-01-13 00:02:22 -05:00
parent ee65e7a483
commit 490dbc9a3b

View file

@ -4,7 +4,7 @@ main() {
cross build --target $TARGET
cross build --target $TARGET --release
if [ -n $DISABLE_TESTS ]; then
if [ ! -z $DISABLE_TESTS ]; then
return
fi