Fix test script for new location of build articfact

This commit is contained in:
Matthias Beyer 2017-01-21 12:21:32 +01:00
parent a749452379
commit 4fde23bc1b

View file

@ -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?)