Travis: Bugfix: Explicitly make test program in case we run it directly

This commit is contained in:
Luke Dashjr 2016-12-01 10:19:37 +00:00
parent b8055bd495
commit 15f79c6f71

View File

@ -130,6 +130,7 @@ script:
- ./configure $TARGET_OPTS $OPTS $CONFIGURE_OPTS || { tail -n 1000 config.log; false; };
- make
- make example$EXEEXT
- make test$EXEEXT
- if [ -z "$WINE_TESTS" ]; then
LSAN_OPTIONS=1 LD_LIBRARY_PATH="$HOME/lib" make check VERBOSE=1;
else