summaryrefslogtreecommitdiffhomepage
path: root/talpid_openvpn_plugin/src/lib.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-02-06 10:05:14 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-02-06 10:05:14 +0100
commit7eeaf41b1177ddfe70f70203afa499f04bb8de2d (patch)
treee5fc2e9d4378b6dda6c9fb91b789da64d76315ae /talpid_openvpn_plugin/src/lib.rs
parent1c15ddfd97afeba755ab591c205785f9be7608e1 (diff)
parentec1b76dd28c90894200fc0a19fa964643e815cbf (diff)
downloadmullvadvpn-7eeaf41b1177ddfe70f70203afa499f04bb8de2d.tar.xz
mullvadvpn-7eeaf41b1177ddfe70f70203afa499f04bb8de2d.zip
Merge branch 'assert_matches'
Diffstat (limited to 'talpid_openvpn_plugin/src/lib.rs')
-rw-r--r--talpid_openvpn_plugin/src/lib.rs4
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