travis: run bench_schnorrsig
This commit is contained in:
parent
8ab24e8dad
commit
a51f2af62b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue