Fix test script for new location of build articfact
This commit is contained in:
parent
a749452379
commit
4fde23bc1b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'fiddle'
|
||||
|
||||
lib = Fiddle::dlopen './target/debug/libimag_ruby.so'
|
||||
lib = Fiddle::dlopen '../target/release/liblibimagruby.so'
|
||||
Fiddle::Function::new(lib['imag_ruby_initialize'], [], Fiddle::TYPE_VOIDP).call
|
||||
|
||||
works = (not RStoreId.new_baseless("test").nil?)
|
||||
|
|
Loading…
Reference in a new issue