From 025747bd81a2e5a107845f23f078731a8e9ef758 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 25 Apr 2020 21:46:42 +0200 Subject: [PATCH] Travis: call all depends_* tests Call all.sh to run all the available test_depends_* components. This adds a run of depends-hashes.pl and depends-pkgalgs.pl. Keep invoking test-ref-configs.pl rather than via all.sh so that it doesn't run with ASan. This saves some time and ASan there doesn't turn up much more than in the full config. Signed-off-by: Gilles Peskine --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c3bd35278..39933b58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,7 @@ jobs: - name: enumerated configurations script: - tests/scripts/test-ref-configs.pl - - tests/scripts/curves.pl - - tests/scripts/key-exchanges.pl + - tests/scripts/all.sh -k 'test_depends_*' 'build_key_exchanges' after_failure: - tests/scripts/travis-log-failure.sh