minimal: Add simple test; build and run minimal test on Travis CI.

This commit is contained in:
Damien George
2015-01-13 12:39:29 +00:00
parent a45b042e59
commit d710cef661
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ before_script:
- sudo apt-get install realpath
script:
- make -C minimal test
- make -C unix CC=gcc-4.7
- make -C unix-cpy CC=gcc-4.7
- make -C bare-arm