Test the right things

This commit is contained in:
Sean Bowe
2015-12-25 00:37:52 -07:00
parent 0b8b52cb41
commit 02eb93d5d2
4 changed files with 16 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
extern crate tinysnark;
fn main() {
tinysnark::test();
}
tinysnark::init();
tinysnark::test();
}