Simplify build system for rustdoc-gui test crates

This commit is contained in:
Guillaume Gomez 2021-07-10 21:09:51 +02:00
parent 8ccee61d38
commit da6d82e465
9 changed files with 65 additions and 14 deletions

3
.gitignore vendored
View file

@ -72,4 +72,7 @@ __pycache__/
**node_modules
**package-lock.json
## Rustdoc GUI tests
src/test/rustdoc-gui/src/**.lock
# Before adding new lines, see the comment at the top.