Building tests as part of "make" wastes time if you do not intend to run the
tests. They will be built on "make check" if not already built anyway.
Max.
[[[
Do not build tests as part of plain "make".
* configure.in: Remove "test" and "fs-test" from BUILD_RULES.
]]]
Index: configure.in
===================================================================
--- configure.in (revision 9243)
+++ configure.in (working copy)
@@ -297,9 +297,9 @@
# Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on
it.
INSTALL_STATIC_RULES="install-bin install-docs"
INSTALL_RULES="install-base-lib install-lib install-include install-static"
-BUILD_RULES="base-lib lib bin test"
+BUILD_RULES="base-lib lib bin"
if test "$svn_lib_berkeley_db" = "yes"; then
- BUILD_RULES="base-lib fs-lib lib bin fs-bin $BUILD_APACHE_RULE test
fs-test"
+ BUILD_RULES="base-lib fs-lib lib bin fs-bin $BUILD_APACHE_RULE"
INSTALL_STATIC_RULES="install-bin install-fs-bin install-docs"
INSTALL_RULES="install-base-lib install-fs-lib install-lib
install-include install-static $INSTALL_APACHE_RULE"
FS_TEST_DEPS="\$(FS_TEST_DEPS)"
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 31 12:20:00 2004