junrushao commented on code in PR #114:
URL: https://github.com/apache/tvm-ffi/pull/114#discussion_r2427965646
##########
rust/tvm-ffi-sys/build.rs:
##########
@@ -61,6 +61,7 @@ fn main() {
println!("cargo:rustc-link-search=native={}", lib_dir);
// link the library
println!("cargo:rustc-link-lib=dylib=tvm_ffi");
+ println!("cargo:rustc-link-lib=dylib=tvm_ffi_testing");
Review Comment:
/gemini How do I run testing with feature "testing"? `cargo test` doesn't
seem to work properly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]