aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
authorEdward Barnard2015-12-24 19:39:31 +0000
committerEdward Barnard2015-12-24 22:22:31 +0000
commitbc194fc8ef70a0b6a88a5b23cd5da443c403ea34 (patch)
tree494634fba9242b2c58ff65f61d5a3ac7cb0e1f3d /tests/tests.rs
parent8868a6880b67fce7c7147526b2973ba59376d93a (diff)
downloadrust-plist-bc194fc8ef70a0b6a88a5b23cd5da443c403ea34.tar.bz2
Add serde serialization tests
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
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"));