cargo/tests
Alex Crichton 6f2173dc9f Fix some dep errors with cross-compiled plugins
* Make sure plugins link to plugin dependencies, not target dependencies.
  Previously the --extern flag was being passed incorrectly but the dependency
  was being picked up by -L anyway.

* Fix a type and actually put the host dep directory into LD_LIBRARY_PATH, not
  the target directory. A test was added for this change.
2014-07-28 17:08:46 -07:00
..
fixtures Initial commit 2014-03-04 15:22:44 -08:00
support Bootstrap cargo with cargo 2014-07-25 21:20:28 -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 Bootstrap cargo with cargo 2014-07-25 21:20:28 -07:00
test_cargo_compile_git_deps.rs Base get_fingerprint on a PackageId 2014-07-24 19:32:49 -07:00
test_cargo_compile_path_deps.rs Base get_fingerprint on a PackageId 2014-07-24 19:32:49 -07:00
test_cargo_compile_plugins.rs Base get_fingerprint on a PackageId 2014-07-24 19:32:49 -07:00
test_cargo_cross_compile.rs Fix some dep errors with cross-compiled plugins 2014-07-28 17:08:46 -07:00
test_cargo_doc.rs Add a cargo-doc command 2014-07-27 19:17:26 -07:00
test_cargo_new.rs Move from hammer to docopt for option parsing 2014-07-28 13:37: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 auto merge of #251 : alexcrichton/cargo/print-the-failure, r=wycats 2014-07-23 20:10:26 +00: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 Add a cargo-doc command 2014-07-27 19:17:26 -07:00