From 50deb4cb54f6cd39d18a996db830f13df9f90b23 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 20 Oct 2006 13:54:40 +0000 Subject: Fixed deps to ensure unit tests are built. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@466113 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp') diff --git a/cpp/Makefile b/cpp/Makefile index 5eb9f29382..269fb75de5 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -113,6 +113,7 @@ all-nogen: bin/qpidd ## Run unit tests. unittest: all DllPlugInTester -c -b $(UNITTESTS:.cpp=.so) +all-nogen: $(UNITTESTS:.cpp=.so) ## Run python tests pythontest: all -- cgit v1.2.1