rust/src/librustpkg
2014-01-12 17:45:22 -08:00
..
testsuite Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
api.rs extra::workcache: Remove unused Logger 2014-01-11 15:10:28 +09:00
conditions.rs Rename uses of PkgId to CrateId in librustpkg 2013-12-29 15:25:37 -05:00
context.rs auto merge of #11338 : jhasse/rust/patch-rustpkgtarget, r=alexcrichton 2014-01-11 13:06:27 -08:00
crate.rs Remove dead codes 2013-12-08 02:55:28 -05:00
crate_id.rs Rename uses of PkgId to CrateId in librustpkg 2013-12-29 15:25:37 -05:00
exit_codes.rs rustpkg: Set exit codes properly and make tests take advantage of that 2013-10-11 17:15:52 -07:00
installed_packages.rs Rename uses of PkgId to CrateId in librustpkg 2013-12-29 15:25:37 -05:00
lib.rs Bump version to 0.10-pre 2014-01-12 17:45:22 -08:00
messages.rs libextra: Remove @mut from term. 2013-11-24 18:22:50 -05:00
package_source.rs Rename uses of PkgId to CrateId in librustpkg 2013-12-29 15:25:37 -05:00
parse_args.rs Re-implement --help in rustpkg 2014-01-10 22:10:43 -05:00
path_util.rs Use target libraries instead of host libraries. Fixes #11243 2014-01-11 20:44:39 +01:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
sha1.rs std::vec: remove unnecessary count parameter on {bytes, 2013-12-15 22:23:11 +11:00
source_control.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
target.rs Remove dead codes 2013-12-08 02:55:28 -05:00
tests.rs extra::workcache: Remove unused Logger 2014-01-11 15:10:28 +09:00
usage.rs auto merge of #11470 : eminence/rust/rustpkg_help_test, r=alexcrichton 2014-01-11 10:21:22 -08:00
util.rs Don't overwrite the options.output value from build_session_options 2014-01-12 19:16:25 +01:00
version.rs Fix #10754 - std::run functions fail after io_error 2013-12-14 12:50:04 -05:00
workcache_support.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
workspace.rs Rename uses of PkgId to CrateId in librustpkg 2013-12-29 15:25:37 -05:00

Right now, commands that work are "build" and "clean".

`rustpkg build` and `rustpkg clean` should work

for example:
$ cd ~/rust/src/librustpkg/testsuite/pass
$ rustpkg build hello-world
... some output ...
$ rustpkg clean hello-world

-------------
the following test packages in librustpkg/testsuite/pass:
      * hello-world
      * install-paths
      * simple-lib
      * deeply/nested/path
      * fancy-lib

   It fails on the following test packages:
      * external-crate (no support for `extern mod` inference yet)

and should fail with proper error messages
on all of the test packages in librustpkg/testsuite/fail
      * no-inferred-crates