travis: build gadget-zero tests as well

This helps catch some perhaps unintended api changes
This commit is contained in:
Karl Palsson
2018-02-24 13:01:42 +00:00
parent a1264f5065
commit 5cb852efde
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
language: c
script: make
script:
- make
- make -C tests/gadget-zero
addons:
apt: