diff options
Diffstat (limited to 'talpid_openvpn_plugin/src/lib.rs')
| -rw-r--r-- | talpid_openvpn_plugin/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/talpid_openvpn_plugin/src/lib.rs b/talpid_openvpn_plugin/src/lib.rs index 91fcd34396..d2d1ea9d74 100644 --- a/talpid_openvpn_plugin/src/lib.rs +++ b/talpid_openvpn_plugin/src/lib.rs @@ -4,6 +4,10 @@ extern crate lazy_static; #[macro_use] extern crate error_chain; +#[cfg(test)] +#[macro_use] +extern crate assert_matches; + mod ffi; /// Publicly export the functions making up the public interface of the plugin. These are the C FFI |
