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
-6
View File
@@ -1,9 +1,3 @@
#![feature(custom_attribute, custom_derive, plugin, test)]
#![plugin(serde_macros)]
extern crate test;
extern crate serde;
use serde::json;
#[derive(Debug, PartialEq, Serialize, Deserialize)]