fixup! test suite: add djot.js bench files as tests
This commit is contained in:
parent
c518d150ad
commit
ac88c23d66
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue