travis: run bench_schnorrsig

This commit is contained in:
Jonas Nick 2020-09-11 22:04:04 +00:00
parent 8ab24e8dad
commit a51f2af62b
1 changed files with 4 additions and 0 deletions

View File

@ -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