Author: kpvdr
Date: 2009-07-10 11:18:41 -0400 (Fri, 10 Jul 2009)
New Revision: 3484
Modified:
store/trunk/cpp/tests/Makefile.am
Log:
Enabled directory recursion for long tests; commented-out section accidentally left in
from testing
Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am 2009-07-10 14:33:54 UTC (rev 3483)
+++ store/trunk/cpp/tests/Makefile.am 2009-07-10 15:18:41 UTC (rev 3484)
@@ -90,7 +90,7 @@
# Note: Auto-recursion is not supported for custom targets, so add a ${MAKE} -C for each
dir in the SUBDIRS list above.
check-long:
-# $(MAKE) -C jrnl check-long
-# $(MAKE) -C cluster check-long
+ $(MAKE) -C jrnl check-long
+ $(MAKE) -C cluster check-long
$(MAKE) check TESTS="$(LONG_TESTS)" SUBDIRS=.
\ No newline at end of file
Show replies by date