cargo/tests
Alex Crichton a4272ef2b7 Implement cargo-new
This command is used to create a new cargo repository at a destination that
previously does not exist. A separate command, cargo-init, will be implemented
to initialize an already-existing repository.

cc #21
2014-07-22 10:36:19 -07:00
..
fixtures Initial commit 2014-03-04 15:22:44 -08:00
support auto merge of #238 : alexcrichton/cargo/cstr-builder, r=wycats 2014-07-22 15:44:51 +00: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 Improve error message on failed compile 2014-07-21 10:38:31 -07:00
test_cargo_compile_git_deps.rs Implement cargo-new 2014-07-22 10:36:19 -07:00
test_cargo_compile_path_deps.rs Blow away all directories/files on each build 2014-07-18 15:56:16 -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 Add a test for closed issue #111 2014-07-22 07:45:46 -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