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