You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/05/26 16:29:50 UTC

svn commit: r778713 - /activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am

Author: tabish
Date: Tue May 26 14:29:50 2009
New Revision: 778713

URL: http://svn.apache.org/viewvc?rev=778713&view=rev
Log:
Re-enable the unit tests runner for the make check target.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am?rev=778713&r1=778712&r2=778713&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/Makefile.am Tue May 26 14:29:50 2009
@@ -257,7 +257,7 @@
 check_PROGRAMS = activemq-test
 
 ## Also run the tests as part of make check
-##TESTS = $(check_PROGRAMS)
+TESTS = $(check_PROGRAMS)
 
 ## 
 ## Compiler/Linker Options