Run the test suite using cutter

This is only available with the autotools build for now.
This commit is contained in:
Romain Tartière 2017-06-26 11:43:17 +02:00
parent 616df0af82
commit 33eaf7fcce

View file

@ -18,4 +18,6 @@ addons:
install: install:
- git clone https://github.com/nfc-tools/libnfc - git clone https://github.com/nfc-tools/libnfc
- ./.travis-ci-build libnfc - ./.travis-ci-build libnfc
script: ./.travis-ci-build . script:
- ./.travis-ci-build .
- if [ "$BLD" = autotools ]; then (cd build-autotools && cutter test); fi