summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)