From: Michael Brown Date: Wed, 22 Mar 2017 20:22:25 +0000 (+0200) Subject: [travis] Build and run the unit test suite X-Git-Tag: v1.20.1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ecad204fc8e55bc34ffb4b3ef8f19e57729308b;p=thirdparty%2Fipxe.git [travis] Build and run the unit test suite Signed-off-by: Michael Brown --- 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