From 20b05c9d3f3376fa3719b3d455de93423167244c Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 13 Mar 2025 12:56:21 +0100 Subject: [PATCH] configure: Show exhaustive tests in summary Fixes #1658. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8cb8006c..406227fc 100644 --- a/configure.ac +++ b/configure.ac @@ -476,6 +476,7 @@ echo "Build Options:" echo " with external callbacks = $enable_external_default_callbacks" echo " with benchmarks = $enable_benchmark" echo " with tests = $enable_tests" +echo " with exhaustive tests = $enable_exhaustive_tests" echo " with ctime tests = $enable_ctime_tests" echo " with coverage = $enable_coverage" echo " with examples = $enable_examples"