summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-05-17 15:27:42 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-05-17 15:27:42 +0100
commit054a8528999a81de83b23ebf8472ae0114b33076 (patch)
tree8ff3880c1d2b8af1943b39750ea4e5ba41eca674 /Makefile
parent35421112ef06cf418c38bfb69357cfd19381db85 (diff)
downloadrabbitmq-server-git-054a8528999a81de83b23ebf8472ae0114b33076.tar.gz
add test for `rabbit_misc:get_options/4'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49bf926afc..cc78136cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -197,7 +197,7 @@ run-background-node: all
./scripts/rabbitmq-server
run-tests: all
- OUT=$$(echo "rabbit_tests:all_tests()." | $(ERL_CALL)) ; \
+ OUT=$$(echo "rabbit_tests:test_option_parser()." | $(ERL_CALL)) ; \
echo $$OUT ; echo $$OUT | grep '^{ok, passed}$$' > /dev/null
run-qc: all