diff options
| author | Edward Barnard | 2015-12-24 19:39:31 +0000 | 
|---|---|---|
| committer | Edward Barnard | 2015-12-24 22:22:31 +0000 | 
| commit | bc194fc8ef70a0b6a88a5b23cd5da443c403ea34 (patch) | |
| tree | 494634fba9242b2c58ff65f61d5a3ac7cb0e1f3d /tests/tests.rs | |
| parent | 8868a6880b67fce7c7147526b2973ba59376d93a (diff) | |
| download | rust-plist-bc194fc8ef70a0b6a88a5b23cd5da443c403ea34.tar.bz2 | |
Add serde serialization tests
Diffstat (limited to 'tests/tests.rs')
| -rw-r--r-- | tests/tests.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tests/tests.rs b/tests/tests.rs new file mode 100644 index 0000000..0aaf77c --- /dev/null +++ b/tests/tests.rs @@ -0,0 +1,2 @@ +#[cfg(feature = "serde_tests")] +include!(concat!(env!("OUT_DIR"), "/serde_tests.rs")); | 
