]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
test travis running tests
authorSerge Hallyn <shallyn@cisco.com>
Sun, 13 Oct 2019 02:52:54 +0000 (21:52 -0500)
committerSerge Hallyn <shallyn@cisco.com>
Sun, 13 Oct 2019 02:52:54 +0000 (21:52 -0500)
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
.travis.yml

index 4fe0ad2b0fb8346533160f1a5b15bf3c07f455b2..a1f80bfcca1ef91d45d5ab906cc79bab66ab5d94 100644 (file)
@@ -16,5 +16,7 @@ script:
  - ./autogen.sh --without-selinux --disable-man
  - grep ENABLE_ config.status
  - make
+ - make install
+ - ./tests/run_all
 
 # vim:et:ts=2:sw=2