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 | d198f40fcd03473af98a0a1f074d3f8e76bdf182 (patch) | |
| tree | 99e08f0976694afd732b7a1f3a3eb95325a7af21 /qpid/cpp/Makefile | |
| parent | eaa15b0210b4888b1a107d0d804dc6edf67804f8 (diff) | |
| download | qpid-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/Makefile | 1 |
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 |
