cargo/tests
Alex Crichton 93c2d0d4ff Allow omitting part of the output of a process
Sometimes it's a pain to match the *exact* output of a process, so this adds a
placeholder where `[..]` indicates "any more input on this line". It can in
theory be used multiple times in a input string.
2014-07-23 12:52:18 -07:00
..
fixtures Initial commit 2014-03-04 15:22:44 -08:00
support Allow omitting part of the output of a process 2014-07-23 12:52:18 -07:00
check-style.sh Prepare for buildbot automation 2014-06-26 20:25:30 -07:00
test_cargo_clean.rs cargo clean. resolves #51 2014-07-08 21:54:15 +09:00
test_cargo_compile.rs auto merge of #246 : alexcrichton/cargo/issue-227, r=wycats 2014-07-23 15:29:36 +00:00
test_cargo_compile_git_deps.rs Implement cargo-new 2014-07-22 10:36:19 -07:00
test_cargo_compile_path_deps.rs Filter the current package out of override paths 2014-07-23 08:52:27 -07:00
test_cargo_cross_compile.rs Fix inferred name of src/main.rs 2014-07-16 18:44:30 -07:00
test_cargo_new.rs Implement cargo-new 2014-07-22 10:36:19 -07:00
test_cargo_run.rs Fix inferred name of src/main.rs 2014-07-16 18:44:30 -07:00
test_cargo_test.rs Ensure binaries are present for tests 2014-07-23 12:00:18 -07:00
test_cargo_version.rs Add version command, closes #201 2014-07-18 14:42:26 +02:00
test_shell.rs Fix inferred name of src/main.rs 2014-07-16 18:44:30 -07:00
tests.rs Implement cargo-new 2014-07-22 10:36:19 -07:00