gnzlbg / ctest

Automatic testing of FFI bindings for Rust

Home Page:https://docs.rs/ctest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test extern statics

sfackler opened this issue · comments

ctest currently ignores extern statics, but it can perform some basic checks like making sure addresses match between C and Rust. This will minimally ensure that the symbol actually exists.

#36 fixed this.