gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12759 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r12759 - gnunet
Date: Mon, 30 Aug 2010 15:19:17 +0200

Author: grothoff
Date: 2010-08-30 15:19:17 +0200 (Mon, 30 Aug 2010)
New Revision: 12759

Modified:
   gnunet/configure.ac
Log:
fix

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-08-30 11:19:21 UTC (rev 12758)
+++ gnunet/configure.ac 2010-08-30 13:19:17 UTC (rev 12759)
@@ -705,14 +705,14 @@
 
 
 # should 'make check' run tests?
-AC_MSG_CHECKING(whether to disable running tests)
+AC_MSG_CHECKING(whether to run tests)
 AC_ARG_ENABLE(testruns,
-   [AS_HELP_STRING([--enable-test-suppression],
-               [disable running tests on make check])],
-   [disable_tests_run=$enableval],
-   [disable_tests_run="no"])
-AC_MSG_RESULT($disable_test_run)
-AM_CONDITIONAL([DISABLE_TEST_RUN], [test "x$disable_tests_run" = "xyes"])
+   [AS_HELP_STRING([--enable-testruns=yes/no],
+               [disable running tests on make check (default is YES)])],
+   [enable_tests_run=$enableval],
+   [enable_tests_run="yes"])
+AC_MSG_RESULT($enable_test_run)
+AM_CONDITIONAL([DISABLE_TEST_RUN], [test "x$enable_tests_run" = "xno"])
 
 # should experimental code be compiled (code that may not yet compile)?
 disable_experimental=yes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]