]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build: Add info about tests to --with-debug option 4870/head
authorJoaquim Rocha <joaquim.rocha@cern.ch>
Fri, 5 Jun 2015 12:48:41 +0000 (14:48 +0200)
committerJoaquim Rocha <joaquim.rocha@cern.ch>
Fri, 5 Jun 2015 13:17:42 +0000 (15:17 +0200)
The configure's --with-debug option builds also some of the tests
so this should be mentioned in its doc string in order to let users
know how to build all the tests.

Signed-off-by: Joaquim Rocha <joaquim.rocha@cern.ch>
configure.ac

index 5b98fb4e06f044e514f810a36732407cfcb32152..f254d0fc672f989a60e3969d12cf3c6aed22aab4 100644 (file)
@@ -432,7 +432,7 @@ AS_IF([test "$with_profiler" = "yes"],
 
 # debug crap?
 AC_ARG_WITH([debug],
-            [AS_HELP_STRING([--with-debug], [build extra debug binaries])],
+            [AS_HELP_STRING([--with-debug], [build extra debug binaries and tests])],
             [case "${withval}" in
                  yes) with_debug=yes ;;
                  no)  with_debug=no ;;