Remove serde_codegen from the test suite

This commit is contained in:
David Tolnay
2017-01-25 20:19:16 -08:00
parent e0d6b9d010
commit dbdfe4f306
4 changed files with 17 additions and 29 deletions
+15 -1
View File
@@ -3,4 +3,18 @@
#![cfg_attr(feature = "unstable-testing", feature(non_ascii_idents))]
include!(concat!(env!("OUT_DIR"), "/test.rs"));
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde_test;
#[macro_use]
mod macros;
mod test_annotations;
mod test_bytes;
mod test_de;
mod test_gen;
mod test_macros;
mod test_ser;