Toplevel test-all target

This commit is contained in:
Tony Garnock-Jones 2020-05-13 12:56:01 +02:00
parent 4272238048
commit ebbd268166
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
preserves.pdf: preserves.md preserves.css
google-chrome --headless --disable-gpu --print-to-pdf=$@ \
http://localhost:4000/preserves/preserves.html
test-all:
make -C tests
(cd implementations/javascript; npm test)
(cd implementations/python; make test)
(cd implementations/racket/preserves; make testonly)
(cd implementations/rust; cargo test)