[ci/travis] Adjust the location of the test runner

This commit is contained in:
Romain Goyet
2019-09-18 17:00:13 +02:00
committed by Ecco
parent 9a02c2097f
commit ecbcc558a1

View File

@@ -23,4 +23,4 @@ os: linux
script:
- set -e
- make clean && make epsilon.$EXT test.$EXT
- if [ "$PLATFORM" = "blackbox" ]; then build/release/blackbox/test.$EXT; PLATFORM=blackbox make integration_tests; fi
- if [ "$PLATFORM" = "blackbox" ]; then output/blackbox/release/test.$EXT; PLATFORM=blackbox make integration_tests; fi