run only tests that are actually used/implemented

This commit is contained in:
Sebastian Thiel
2022-09-29 09:02:05 +08:00
parent 7ef96f2a31
commit a1e6496ccd
3 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
publish = false
[[bin]]
name = "preproc"
path = "src/main.rs"
doctest = false
test = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]