start with test runner

This commit is contained in:
nora 2023-04-04 12:23:45 +02:00
parent bf8f13c62a
commit c70d6fa26f
6 changed files with 86 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[workspace]
members = ["./", "./prettyplease-forked"]
exclude = ["test-cases/*"]
exclude = ["test-cases/*", "full-tests/*"]
[package]
name = "cargo-minimize"
@ -30,3 +30,6 @@ walkdir = "2.3.2"
[target."cfg(unix)".dependencies]
libc = "0.2.138"
[dev-dependencies]
fs_extra = "1.3.0"