fixup! add spec tests
This commit is contained in:
parent
42360d7001
commit
c518d150ad
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ suite:
|
|||
ln -fs ../../modules/djot.js/test/$$f tests/suite/$$f; \
|
||||
done
|
||||
(cd tests/suite && make)
|
||||
cargo test --features suite
|
||||
cargo test --features suite suite::
|
||||
|
||||
.PHONY: suite_bench
|
||||
suite_bench:
|
||||
|
|
Loading…
Reference in a new issue