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
+3
View File
@@ -0,0 +1,3 @@
mod regression {
automod::dir!("tests/regression");
}