summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-26 18:12:14 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-26 18:12:14 +0100
commita1b96ae70450e44cac4c145a04f17294a1030b5a (patch)
treed4783ecbca64fa82fa04176e0dd853f106ca39b7 /Makefile
parent1005f77eb97ac60c1bf410b912321f9a39bd488a (diff)
downloadrabbitmq-server-git-a1b96ae70450e44cac4c145a04f17294a1030b5a.tar.gz
make tests: Fix typo in how $(TARGETS_IN_RABBITMQ_TEST) is constructed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e11066380..ea388f8930 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,8 @@ clean-extra-sources:
# Tests.
# --------------------------------------------------------------------
-TARGETS_IN_RABBITMQ_TEST = $(patsubst %,%-in-rabbitmq_test,tests,\
- full unit lite conformance16 lazy-vq-tests)
+TARGETS_IN_RABBITMQ_TEST = $(patsubst %,%-in-rabbitmq_test,\
+ tests full unit lite conformance16 lazy-vq-tests)
.PHONY: $(TARGETS_IN_RABBITMQ_TEST)