test/run-test.rb in red-plasma-0.13.0 vs test/run-test.rb in red-plasma-0.14.0
- old
+ new
@@ -19,9 +19,13 @@
$VERBOSE = true
require "pathname"
+(ENV["ARROW_DLL_PATH"] || "").split(File::PATH_SEPARATOR).each do |path|
+ RubyInstaller::Runtime.add_dll_directory(path)
+end
+
base_dir = Pathname.new(__dir__).parent.expand_path
arrow_base_dir = base_dir.parent + "red-arrow"
lib_dir = base_dir + "lib"
test_dir = base_dir + "test"