cargo/tests
Alex Crichton 217ff7fb93 Deprecate cargo update foo
To maintain consistency with `cargo {build,test,bench,clean}` the `update`
subcommand now takes a specific package via the `-p` argument instead of as a
positional argument.
2014-09-29 16:54:45 -07:00
..
fixtures Add tests exercising the registry source 2014-09-16 12:05:21 -07:00
support Shorten the cargo integration test directory name 2014-09-17 08:30:35 -07:00
check-style.sh Prepare for buildbot automation 2014-06-26 20:25:30 -07:00
test_cargo.rs Fix some more deprecation warnings 2014-09-17 08:27:41 -07:00
test_cargo_bench.rs auto merge of #555 : alexcrichton/cargo/issue-215, r=brson 2014-09-11 21:28:53 +00:00
test_cargo_build_auth.rs Implement git authentication 2014-09-05 07:25:56 -07:00
test_cargo_clean.rs Remove all subcommand executables 2014-08-26 18:25:28 -07:00
test_cargo_compile.rs Update to rust master 2014-09-25 08:38:13 -07:00
test_cargo_compile_git_deps.rs Deprecate cargo update foo 2014-09-29 16:54:45 -07:00
test_cargo_compile_path_deps.rs Add cargo {test,bench} -p <spec> 2014-09-29 16:54:45 -07:00
test_cargo_compile_plugins.rs Allow plugins to have native dylib dependencies 2014-09-21 15:15:36 -07:00
test_cargo_cross_compile.rs Don't print Running for commands that aren't run 2014-09-11 07:35:25 -07:00
test_cargo_doc.rs Fix cargo doc with custom build commands 2014-09-16 12:09:42 -07:00
test_cargo_features.rs Implement features 2014-09-22 18:52:53 -07:00
test_cargo_fetch.rs Implement a cargo fetch command 2014-09-16 15:59:39 -07:00
test_cargo_freshness.rs Don't show Fresh by default 2014-09-05 10:16:21 -07:00
test_cargo_generate_lockfile.rs Implement a registry source 2014-09-16 12:05:21 -07:00
test_cargo_new.rs Update to rust master 2014-09-15 08:31:21 -07:00
test_cargo_package.rs Fix tests on windows 2014-09-16 12:05:21 -07:00
test_cargo_profiles.rs Don't print Running for commands that aren't run 2014-09-11 07:35:25 -07:00
test_cargo_registry.rs Implement features 2014-09-22 18:52:53 -07:00
test_cargo_run.rs Fix cargo-run rebasings and tests 2014-08-27 08:09:35 -07:00
test_cargo_test.rs Add cargo {test,bench} -p <spec> 2014-09-29 16:54:45 -07:00
test_cargo_upload.rs Fix tests on windows 2014-09-16 12:05:21 -07:00
test_cargo_version.rs Remove all subcommand executables 2014-08-26 18:25:28 -07:00
test_shell.rs Revert "Be compatible with the stdlib for now ('static shell)" 2014-09-05 00:18:44 -07:00
tests.rs Implement features 2014-09-22 18:52:53 -07:00