aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f4c9f7007f..023a126368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1411,6 +1411,11 @@ if test "$with_catalog" = "yes"; then
fi
AM_CONDITIONAL(GLADE_CATALOG, test "x$with_catalog" != "xno")
+dnl ********************************************
+dnl Installed tests
+dnl ********************************************
+BEHAVE_INSTALLED_TESTS
+
dnl ******************************
dnl Makefiles
dnl ******************************
@@ -1592,4 +1597,5 @@ echo "
Highlight support: $msg_text_highlight
Plugins: $msg_plugins
User documentation: $with_help
+ Installed tests: $enable_installed_tests
"