]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch11-writing-automated-tests/no-listing-12-shared-test-code-problem/output.txt
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / doc / book / listings / ch11-writing-automated-tests / no-listing-12-shared-test-code-problem / output.txt
CommitLineData
74b04a01
XL
1$ cargo test
2 Compiling adder v0.1.0 (file:///projects/adder)
3 Finished test [unoptimized + debuginfo] target(s) in 0.89s
4 Running target/debug/deps/adder-92948b65e88960b4
5
6running 1 test
7test tests::internal ... ok
8
6a06907d 9test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01 10
fc512014 11 Running target/debug/deps/common-92948b65e88960b4
74b04a01
XL
12
13running 0 tests
14
6a06907d 15test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01 16
fc512014 17 Running target/debug/deps/integration_test-92948b65e88960b4
74b04a01
XL
18
19running 1 test
20test it_adds_two ... ok
21
6a06907d 22test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01
XL
23
24 Doc-tests adder
25
26running 0 tests
27
6a06907d 28test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01 29