mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 13:17:59 +00:00
Rename serde_tests to testing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#![feature(test)]
|
||||
#![cfg_attr(feature = "nightly", feature(plugin))]
|
||||
#![cfg_attr(feature = "nightly", plugin(clippy))]
|
||||
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
extern crate test;
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/bench.rs"));
|
||||
Reference in New Issue
Block a user