mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 07:08:02 +00:00
Include! test suite for serde_derive
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user