[rhmessaging-commits] rhmessaging commits: r3792 - in store/trunk/cpp/tests: cluster and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Jan 13 09:31:34 EST 2010


Author: kpvdr
Date: 2010-01-13 09:31:33 -0500 (Wed, 13 Jan 2010)
New Revision: 3792

Modified:
   store/trunk/cpp/tests/Makefile.am
   store/trunk/cpp/tests/cluster/Makefile.am
Log:
Updated Makefile.am file to correct old and missing names which get used in "make dist".

Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am	2010-01-13 13:08:34 UTC (rev 3791)
+++ store/trunk/cpp/tests/Makefile.am	2010-01-13 14:31:33 UTC (rev 3792)
@@ -78,13 +78,17 @@
 EXTRA_DIST = \
     clean.sh \
     failing_python_tests.txt \
+    new_python_tests \
+    old_python_tests \
     persistence.py \
-    python_tests \
-    run_python_tests \
+    run_long_python_tests \
+    run_old_python_tests \
+    run_new_python_tests \
     run_test \
     start_broker \
     stop_broker \
     system_test.sh \
+    tests_env.sh \
     MessageUtils.h \
     vg_check \
     .valgrindrc \
@@ -109,4 +113,4 @@
  
 check-short: all
 	$(MAKE) check TESTS="$(SHORT_TESTS)" SUBDIRS=.
-	
\ No newline at end of file
+	

Modified: store/trunk/cpp/tests/cluster/Makefile.am
===================================================================
--- store/trunk/cpp/tests/cluster/Makefile.am	2010-01-13 13:08:34 UTC (rev 3791)
+++ store/trunk/cpp/tests/cluster/Makefile.am	2010-01-13 14:31:33 UTC (rev 3792)
@@ -50,6 +50,8 @@
   abs_srcdir=$(abs_srcdir)
 
 EXTRA_DIST = \
+  cluster_tests_env.sh \
+  run_cluster_test \
   run_cluster_tests
 
 check-long:



More information about the rhmessaging-commits mailing list