about summary refs log tree commit homepage
path: root/test/ruby.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby.mk')
-rw-r--r--test/ruby.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby.mk b/test/ruby.mk
index c82a1ec..b089db8 100644
--- a/test/ruby.mk
+++ b/test/ruby.mk
@@ -3,5 +3,6 @@ RB_TESTS_FAST = test/cmogstored-cfg.rb test/http_dav.rb test/http_range.rb \
   test/http_put6_fail.rb test/epoll_enospc.rb
 RB_TESTS_SLOW = test/mgmt-usage.rb test/mgmt.rb test/mgmt-iostat.rb \
  test/http.rb test/http_put_slow.rb test/http_chunked_put.rb \
- test/graceful_quit.rb test/http_idle_expire.rb
+ test/graceful_quit.rb test/http_idle_expire.rb \
+ test/mgmt_auto_adjust.rb
 RB_TESTS = $(RB_TESTS_FAST) $(RB_TESTS_SLOW)