Tests: fix the print summary for tests with dev profile.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Nov 2013 13:12:56 +0000 (13:12 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Nov 2013 13:12:58 +0000 (13:12 +0000)
When the dev profile is enabled, tests are also enabled if
libcheck is found. Fix the print in the summary to reflect
that.

configure.ac

index 1b30c25..89244e4 100644 (file)
@@ -3908,6 +3908,8 @@ echo "Ethumb..........: yes"
 echo "Ethumb_Client...: yes"
 if test "${build_tests}" = "none"; then
 echo "Tests...........: no"
+elif test "${build_tests}" = "auto"; then
+echo "Tests...........: make check (inexplicitly enabled)"
 elif test "${build_tests}" = "regular"; then
 echo "Tests...........: make check"
 elif test "${build_tests}" = "coverage"; then