Browse Source

[travis] Build and run the unit test suite

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
9ecad204fc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

43
   - make -C src bin-x86_64-linux/blib.a
43
   - make -C src bin-x86_64-linux/blib.a
44
   - make -C src bin-x86_64-linux/tap.linux
44
   - make -C src bin-x86_64-linux/tap.linux
45
   - make -C src bin-x86_64-linux/af_packet.linux
45
   - make -C src bin-x86_64-linux/af_packet.linux
46
+  - make -C src bin-x86_64-linux/tests.linux
47
+  - ./src/bin-x86_64-linux/tests.linux

Loading…
Cancel
Save