diff --git a/gsd-parser/tests/data/README.md b/gsd-parser/tests/data/README.md new file mode 100644 index 0000000..1872b72 --- /dev/null +++ b/gsd-parser/tests/data/README.md @@ -0,0 +1,6 @@ +## `gsd-parser` regression testsuite +You can place arbitrary `*.gsd` files in this directory to run `gsd-parser` regression tests against them. + +**Careful**: You will need to `cargo clean` before the testsuite picks up new files. + +The regression tests are implemented using [insta](https://insta.rs/) — check its documentation for details on usage.