Since we're compiling for OSX, run the test suite.

This commit is contained in:
Frank Denis
2014-12-11 00:35:31 -08:00
parent ba3fdb4790
commit 32cf1d50fa
+1 -1
View File
@@ -21,7 +21,7 @@ export CFLAGS="-Oz"
--enable-minimal \
--prefix="$OSX_PREFIX"
make clean > /dev/null && make -j3 install
make clean > /dev/null && make -j3 check && make -j3 install
# Cleanup
make distclean > /dev/null