use fs;
use PathBuf;
use WhileyTestFile;
pub static REFTESTS_DIR: &str = "reference-tests/tests";
// Include the programmatically generated test file.
include!;
/// Run a specific test by loading the file out of the reference tests
/// repository and attempting to parse it. All reference tests should
/// parse correctly.