Add basic code for new testing format

This commit is contained in:
Paul Hauner
2019-05-13 17:56:46 +10:00
parent bf23a5b7b0
commit 31d960011f
6 changed files with 72 additions and 0 deletions

10
tests/ef_tests/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ef_tests"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.8"