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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby.mk b/test/ruby.mk
index b089db8..5e1a1ca 100644
--- a/test/ruby.mk
+++ b/test/ruby.mk
@@ -4,5 +4,5 @@ RB_TESTS_FAST = test/cmogstored-cfg.rb test/http_dav.rb test/http_range.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/mgmt_auto_adjust.rb
+ test/mgmt_auto_adjust.rb test/pwrite_wrap.rb
 RB_TESTS = $(RB_TESTS_FAST) $(RB_TESTS_SLOW)