aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 0d85e72..3039a70 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -239,6 +239,11 @@ pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1
source temp-python/bin/activate; \
$(MAKE) -C app1 RABBITMQ_CLIENT_PATCH=1; \
deactivate; \
+ elif [ "$(1)" = "rabbit" ]; then \
+ virtualenv -p /usr/bin/python2.7 --distribute temp-python; \
+ source temp-python/bin/activate; \
+ $(MAKE) -C app1 RABBITMQ_SERVER_PATCH=1; \
+ deactivate; \
else \
$(MAKE) -C app1; \
fi; \