[travis] Run the integration tests on blackbox

This commit is contained in:
Romain Goyet
2018-05-09 18:24:43 +02:00
committed by EmilieNumworks
parent 1496ec3a72
commit 6b31f47a08

View File

@@ -18,4 +18,4 @@ matrix:
os: linux
script:
- make clean && make epsilon.$EXT test.$EXT
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; fi
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; PLATFORM=blackbox make integration_tests; fi