Fix tests bench --opt=all only compile the benchmark once and run the binary twice, while it should compile and run the opt benchmark then compile and run the non-opt benchmark instead.
Fix tests all flag --no-acvp not actually used in function all, accidentally acvp tests would be disabled if kat test is disabled.
Fix
tests bench --opt=all
only compile the benchmark once and run the binary twice, while it should compile and run the opt benchmark then compile and run the non-opt benchmark instead.Fix
tests all
flag--no-acvp
not actually used in functionall
, accidentally acvp tests would be disabled if kat test is disabled.