mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 04:37:56 +00:00
Add a single driver for tests and benchmarks
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#![feature(custom_attribute, custom_derive, plugin, test)]
|
||||
#![plugin(serde_macros)]
|
||||
|
||||
extern crate serde;
|
||||
extern crate test;
|
||||
|
||||
include!("test.rs.in");
|
||||
Reference in New Issue
Block a user