print flag now lets us control println output in test code
This commit is contained in:
parent
b3bd800455
commit
a1e6d6131d
@ -1,5 +1,10 @@
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
ifdef print
|
||||||
|
cargo test -- --nocapture
|
||||||
|
else
|
||||||
cargo test
|
cargo test
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user