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:
|
||||
cargo build
|
||||
|
||||
test:
|
||||
ifdef print
|
||||
cargo test -- --nocapture
|
||||
else
|
||||
cargo test
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user