diff options
author | Gordon Sim <gsim@apache.org> | 2006-10-20 13:54:40 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-10-20 13:54:40 +0000 |
commit | 50deb4cb54f6cd39d18a996db830f13df9f90b23 (patch) | |
tree | f48220d611c0716375d15fa329b513ef09dbeecb /cpp | |
parent | 7b14ac4b6d83afb9398a32f67909ef5913d1cad3 (diff) | |
download | qpid-python-50deb4cb54f6cd39d18a996db830f13df9f90b23.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |