Add a single driver for tests and benchmarks

This commit is contained in:
Erick Tryzelaar
2015-05-17 23:23:12 -07:00
parent 24ac61f9f2
commit 482f92af61
17 changed files with 60 additions and 84 deletions
+8
View File
@@ -16,3 +16,11 @@ num = "*"
rustc-serialize = "*"
serde = { version = "*", path = "../serde" }
serde_macros = { version = "*", path = "../serde_macros" }
[[test]]
name = "test"
path = "tests/test.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"