Travis should run all the tests in self-test mode

Previously the Makefile target all depended on test, but it's the other way
round now
This commit is contained in:
Georges Dupéron 2018-07-08 22:31:00 +02:00
parent b2ab5b464d
commit 8f02777c59

View File

@ -25,7 +25,7 @@ addons:
matrix:
include:
- env: MODE=self-test # Ensure that the Makefile works, especially with parallel builds.
script: (cd example-os && make -j 10)
script: (cd example-os && make -j 10 test)
sudo: true
addons:
apt: