add tests

This commit is contained in:
lyn
2019-03-20 21:05:45 +01:00
parent 11875aed6e
commit f43cb124f6
7 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#[test]
fn passing() {
assert!(true);
}