parent
eaec59f596
commit
2e9b115fa0
8
Makefile
8
Makefile
@ -12,3 +12,11 @@ clean:
|
|||||||
cargo clean
|
cargo clean
|
||||||
rm cobertura.xml
|
rm cobertura.xml
|
||||||
rm coverage.html
|
rm coverage.html
|
||||||
|
|
||||||
|
test:
|
||||||
|
cargo test
|
||||||
|
|
||||||
|
test-no-std:
|
||||||
|
cargo test --no-default-features --features alloc
|
||||||
|
|
||||||
|
.PHONY: test test-no-std
|
Loading…
x
Reference in New Issue
Block a user