Make a directory dedicated to regression tests

I have had a good experience with this pattern in many of my other
libraries.
This commit is contained in:
David Tolnay
2023-03-08 19:02:07 -08:00
parent 0b90f6c96a
commit ce86f351d6
4 changed files with 47 additions and 49 deletions
+1
View File
@@ -12,6 +12,7 @@ unstable = ["serde/unstable"]
serde = { path = "../serde" }
[dev-dependencies]
automod = "1.0"
fnv = "1.0"
rustversion = "1.0"
serde = { path = "../serde", features = ["rc", "derive"] }