aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test/run')
-rwxr-xr-xactionwebservice/test/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionwebservice/test/run b/actionwebservice/test/run
index 90ad85fff5..c8c0372776 100755
--- a/actionwebservice/test/run
+++ b/actionwebservice/test/run
@@ -1,5 +1,6 @@
#!/usr/bin/env ruby
require 'test/unit'
+$:.unshift(File.dirname(__FILE__) + '/../lib')
args = Dir[File.join(File.dirname(__FILE__), '*_test.rb')] + Dir[File.join(File.dirname(__FILE__), 'ws/*_test.rb')]
(r = Test::Unit::AutoRunner.new(true)).process_args(args)
exit r.run