You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2006/10/20 15:54:41 UTC

svn commit: r466113 - /incubator/qpid/trunk/qpid/cpp/Makefile

Author: gsim
Date: Fri Oct 20 06:54:40 2006
New Revision: 466113

URL: http://svn.apache.org/viewvc?view=rev&rev=466113
Log:
Fixed deps to ensure unit tests are built.


Modified:
    incubator/qpid/trunk/qpid/cpp/Makefile

Modified: incubator/qpid/trunk/qpid/cpp/Makefile
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/Makefile?view=diff&rev=466113&r1=466112&r2=466113
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/Makefile (original)
+++ incubator/qpid/trunk/qpid/cpp/Makefile Fri Oct 20 06:54:40 2006
@@ -113,6 +113,7 @@
 ## Run unit tests.
 unittest: all 
 	DllPlugInTester -c -b $(UNITTESTS:.cpp=.so)
+all-nogen: $(UNITTESTS:.cpp=.so)
 
 ## Run python tests
 pythontest: all