aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/mod.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/mod.rs b/src/test/mod.rs
new file mode 100644
index 0000000..ffba71a
--- /dev/null
+++ b/src/test/mod.rs
@@ -0,0 +1,12 @@
+//! Unit testing module for lockchain
+//!
+//! Purpose of this module is to properly test all the functions involved
+//! in lockchain, since even a small bug can completely break crypto
+//!
+#![cfg(test)]
+
+
+#[test]
+fn init() {
+
+} \ No newline at end of file