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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Jul 10 10:14:49 EDT 2009


Author: kpvdr
Date: 2009-07-10 10:14:49 -0400 (Fri, 10 Jul 2009)
New Revision: 3482

Modified:
   store/trunk/cpp/tests/Makefile.am
Log:
Minor correction from last checkin - missing clean script for long tests

Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am	2009-07-10 14:13:30 UTC (rev 3481)
+++ store/trunk/cpp/tests/Makefile.am	2009-07-10 14:14:49 UTC (rev 3482)
@@ -40,7 +40,8 @@
   clean.sh
 
 LONG_TESTS = \
-  run_long_python_tests
+  run_long_python_tests \
+  clean.sh
 
 check_PROGRAMS =                \
   SimpleTest                    \




More information about the rhmessaging-commits mailing list