Restore running all unit tests again

This commit is contained in:
Willem Toorop 2017-11-28 16:58:58 +01:00
parent 8c87028d77
commit 17d23ddb99
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
sudo: false sudo: false
language: c language: c
compiler: compiler:
# - gcc - gcc
- clang - clang
addons: addons:
apt: apt:
@ -20,5 +20,5 @@ addons:
script: script:
- mkdir tests - mkdir tests
- cd tests - cd tests
# - ../src/test/tpkg/run-all.sh - ../src/test/tpkg/run-all.sh
- ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks # - ../src/test/tpkg/run-one.sh 225-stub-only-valgrind-checks