Skip to content

Commit

Permalink
travis: run bench_schnorrsig
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Sep 11, 2020
1 parent 8ab24e8 commit a51f2af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a51f2af

Please sign in to comment.