Skip to content

Commit a51f2af

Browse files
committed
travis: run bench_schnorrsig
1 parent 8ab24e8 commit a51f2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/travis.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ then
5656
then
5757
$EXEC ./bench_ecdh >> bench.log 2>&1
5858
fi
59+
if [ "$SCHNORRSIG" = "yes" ]
60+
then
61+
$EXEC ./bench_schnorrsig >> bench.log 2>&1
62+
fi
5963
fi
6064
if [ -n "$CTIMETEST" ]
6165
then

0 commit comments

Comments
 (0)