travis: run bench_schnorrsig
This commit is contained in:
parent
8ab24e8dad
commit
a51f2af62b
@ -56,6 +56,10 @@ then
|
|||||||
then
|
then
|
||||||
$EXEC ./bench_ecdh >> bench.log 2>&1
|
$EXEC ./bench_ecdh >> bench.log 2>&1
|
||||||
fi
|
fi
|
||||||
|
if [ "$SCHNORRSIG" = "yes" ]
|
||||||
|
then
|
||||||
|
$EXEC ./bench_schnorrsig >> bench.log 2>&1
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -n "$CTIMETEST" ]
|
if [ -n "$CTIMETEST" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user