From 9ecad204fc8e55bc34ffb4b3ef8f19e57729308b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 22 Mar 2017 22:22:25 +0200 Subject: [PATCH] [travis] Build and run the unit test suite Signed-off-by: Michael Brown --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e64c939..97fa3bae 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