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