tests(readme): Use skeptic to test the readme

This commit is contained in:
Erick Tryzelaar
2016-02-26 21:52:07 -08:00
committed by Oliver Schneider
parent 84fa3fba58
commit 22d0bdae8a
4 changed files with 32 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#![cfg(feature = "nightly-testing")]
include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));
+1
View File
@@ -6,3 +6,4 @@ extern crate test;
include!("../../testing/tests/test.rs.in");
mod compile_tests;
mod skeptic;