[tracker/tracker-0.8] configure: Enable functional tests by default
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.8] configure: Enable functional tests by default
- Date: Thu, 8 Apr 2010 16:54:49 +0000 (UTC)
commit 692de78c31465fce0c9e25f1bf42e99a9616abdb
Author: Martyn Russell <martyn lanedo com>
Date: Thu Apr 8 11:18:37 2010 +0100
configure: Enable functional tests by default
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f496f33..144b03d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1563,8 +1563,8 @@ AM_CONDITIONAL(HAVE_NAUTILUS_EXTENSION, test "$have_nautilus_extension" = "yes")
####################################################################
AC_ARG_ENABLE([functional-tests],
AS_HELP_STRING([--enable-functional-tests],
- [enable functional tests [[default=no]]]),,
- [enable_functional_tests=no])
+ [enable functional tests [[default=yes]]]),,
+ [enable_functional_tests=yes])
if test x$enable_functional_tests != "xno"; then
AC_DEFINE(DIST_FUNCTIONAL_TESTS, 1, [Include functional tests in the installation])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]