fixup! test suite: add djot.js bench files as tests

This commit is contained in:
Noah Hellman 2023-02-06 18:37:34 +01:00
parent c518d150ad
commit ac88c23d66

View file

@ -16,7 +16,7 @@ suite_bench:
ln -fs ../../modules/djot.js/bench/$$f tests/bench/$$f; \ ln -fs ../../modules/djot.js/bench/$$f tests/bench/$$f; \
done done
(cd tests/bench && make) (cd tests/bench && make)
cargo test --features suite_bench cargo test --features suite_bench bench::
.PHONY: bench .PHONY: bench
bench: bench: