diff options
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 |