summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-10-20 13:54:40 +0000
committerGordon Sim <gsim@apache.org>2006-10-20 13:54:40 +0000
commitd198f40fcd03473af98a0a1f074d3f8e76bdf182 (patch)
tree99e08f0976694afd732b7a1f3a3eb95325a7af21 /qpid/cpp/Makefile
parenteaa15b0210b4888b1a107d0d804dc6edf67804f8 (diff)
downloadqpid-python-d198f40fcd03473af98a0a1f074d3f8e76bdf182.tar.gz
Fixed deps to ensure unit tests are built.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@466113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile')
-rw-r--r--qpid/cpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/Makefile b/qpid/cpp/Makefile
index 5eb9f29382..269fb75de5 100644
--- a/qpid/cpp/Makefile
+++ b/qpid/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