From 15f79c6f715f14ba1ec9c19f88be656ba0b30906 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 1 Dec 2016 10:19:37 +0000 Subject: [PATCH] Travis: Bugfix: Explicitly make test program in case we run it directly --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9c4e44e..4610ce7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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