mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 21:11:31 +08:00
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
$ cargo test --test integration_test
|
|
Compiling adder v0.1.0 (file:///projects/adder)
|
|
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s
|
|
Running tests/integration_test.rs (target/debug/deps/integration_test-82e7799c1bc62298)
|
|
|
|
running 1 test
|
|
test it_adds_two ... ok
|
|
|
|
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
|
|
|