diff options
author | Michael Brown <mcb30@ipxe.org> | 2017-03-22 22:22:25 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2017-03-22 22:22:25 +0200 |
commit | 9ecad204fc8e55bc34ffb4b3ef8f19e57729308b (patch) | |
tree | 46cd92a41c39b8f491a679034a7186552502af54 /.travis.yml | |
parent | aa1f7b0f7f4b18412a09be9f5e7d8e1095637472 (diff) | |
download | ipxe-9ecad204fc8e55bc34ffb4b3ef8f19e57729308b.tar.gz |
[travis] Build and run the unit test suite
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7e64c9390..97fa3bae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,3 +43,5 @@ script: - make -C src bin-x86_64-linux/blib.a - make -C src bin-x86_64-linux/tap.linux - make -C src bin-x86_64-linux/af_packet.linux + - make -C src bin-x86_64-linux/tests.linux + - ./src/bin-x86_64-linux/tests.linux |