diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs index a24d7c1626..949a029d45 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,9 @@ #![deny(missing_docs)] //! The core components of the talpidaemon VPN client. + +#[cfg(test)] +mod tests { + #[test] + fn it_works() {} +} |
