summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/helper.rb4
-rwxr-xr-xtool/sync_test_lib.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/tool/lib/helper.rb b/tool/lib/helper.rb
new file mode 100644
index 0000000000..909f8f98af
--- /dev/null
+++ b/tool/lib/helper.rb
@@ -0,0 +1,4 @@
+require "test/unit"
+require_relative "core_assertions"
+
+Test::Unit::TestCase.include Test::Unit::CoreAssertions
diff --git a/tool/sync_test_lib.rb b/tool/sync_test_lib.rb
index 69d2c38e56..b2878b463f 100755
--- a/tool/sync_test_lib.rb
+++ b/tool/sync_test_lib.rb
@@ -6,6 +6,7 @@ test_lib_files = %w[
core_assertions.rb
find_executable.rb
envutil.rb
+ helper.rb
].map do |file|
[file, File.read("#{__dir__}/lib/#{file}")]
end