[rhmessaging-commits] rhmessaging commits: r4149 - store/trunk/cpp/tests.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jul 26 16:12:02 EDT 2010


Author: kpvdr
Date: 2010-07-26 16:12:01 -0400 (Mon, 26 Jul 2010)
New Revision: 4149

Modified:
   store/trunk/cpp/tests/Makefile.am
Log:
Restored the persistent cluster tests which were accidentally removed in the last checkin.

Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am	2010-07-26 19:48:20 UTC (rev 4148)
+++ store/trunk/cpp/tests/Makefile.am	2010-07-26 20:12:01 UTC (rev 4149)
@@ -29,7 +29,11 @@
 TMP_DATA_DIR=$(abs_srcdir)/tmp_data_dir
 TMP_PYTHON_TEST_DIR=$(abs_srcdir)/python_tests.tmp
  
+if DO_CLUSTER_TESTS
+SUBDIRS = jrnl . cluster
+else
 SUBDIRS = jrnl .
+endif
 
 TESTS =						    \
   SimpleTest                    \



More information about the rhmessaging-commits mailing list