Skip to content

Commit d84bb83

Browse files
committed
Merge #1661: configure: Show exhaustive tests in summary
20b05c9 configure: Show exhaustive tests in summary (Tim Ruffing) Pull request description: ACKs for top commit: hebasto: ACK 20b05c9, it aligns now with the CMake script: https://github.com/bitcoin-core/secp256k1/blob/e56716a3bcaf108bb7365ee8f2b06f9ec68504c8/CMakeLists.txt#L348-L350 sipa: utACK 20b05c9 jonasnick: ACK 20b05c9 Tree-SHA512: 30744ea5e5b7441ad252868c83cebfec2b02b75786b9ea55d4b0b0a696f1c7df39c48c243b29b13839a9f3a7757c192da8be0dd95412678a7583b123db6e99ac
2 parents 3f54ed8 + 20b05c9 commit d84bb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ echo "Build Options:"
476476
echo " with external callbacks = $enable_external_default_callbacks"
477477
echo " with benchmarks = $enable_benchmark"
478478
echo " with tests = $enable_tests"
479+
echo " with exhaustive tests = $enable_exhaustive_tests"
479480
echo " with ctime tests = $enable_ctime_tests"
480481
echo " with coverage = $enable_coverage"
481482
echo " with examples = $enable_examples"

0 commit comments

Comments
 (0)