From a51f2af62bde6e169499308e01ef768c09dd8127 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Fri, 11 Sep 2020 22:04:04 +0000 Subject: [PATCH] travis: run bench_schnorrsig --- contrib/travis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/travis.sh b/contrib/travis.sh index b0b55b44b8..4859756e89 100755 --- a/contrib/travis.sh +++ b/contrib/travis.sh @@ -56,6 +56,10 @@ then then $EXEC ./bench_ecdh >> bench.log 2>&1 fi + if [ "$SCHNORRSIG" = "yes" ] + then + $EXEC ./bench_schnorrsig >> bench.log 2>&1 + fi fi if [ -n "$CTIMETEST" ] then