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