Include! test suite for serde_derive

This commit is contained in:
David Tolnay
2016-09-01 21:28:40 -07:00
parent 87a402a751
commit 88d845c4d1
3 changed files with 14 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#![feature(test, rustc_macro, rustc_attrs)]
#[macro_use]
extern crate serde_derive;
extern crate test;
include!("../../testing/tests/test.rs.in");