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; \
done
(cd tests/bench && make)
cargo test --features suite_bench
cargo test --features suite_bench bench::
.PHONY: bench
bench: