summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-23 12:54:40 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-23 12:54:40 +0000
commit3da1b86545a8b99e640f55ece3d2c867ddd02b63 (patch)
treeec636523140bd75f50fa79990c5e82e927645286 /src
parentbe6363321e67964fde51f4147e75237c71170394 (diff)
downloadrabbitmq-server-git-3da1b86545a8b99e640f55ece3d2c867ddd02b63.tar.gz
Wire in gm_tests to rabbit tests
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_tests.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 49b0950832..644c4f9662 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -34,6 +34,7 @@ test_content_prop_roundtrip(Datum, Binary) ->
Binary = rabbit_binary_generator:encode_properties(Types, Values). %% assertion
all_tests() ->
+ passed = gm_tests:all_tests(),
application:set_env(rabbit, file_handles_high_watermark, 10, infinity),
ok = file_handle_cache:set_limit(10),
passed = test_file_handle_cache(),