diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-26 18:12:14 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-26 18:12:14 +0100 |
| commit | a1b96ae70450e44cac4c145a04f17294a1030b5a (patch) | |
| tree | d4783ecbca64fa82fa04176e0dd853f106ca39b7 /Makefile | |
| parent | 1005f77eb97ac60c1bf410b912321f9a39bd488a (diff) | |
| download | rabbitmq-server-git-a1b96ae70450e44cac4c145a04f17294a1030b5a.tar.gz | |
make tests: Fix typo in how $(TARGETS_IN_RABBITMQ_TEST) is constructed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
