fixup! add spec tests

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

View file

@ -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: