rust/src/librustpkg
2013-04-28 23:01:41 -07:00
..
testsuite rustpkg: Correct directory structure in test scenarios 2013-04-24 17:51:31 -07:00
conditions.rs rustpkg: Preliminary work on install command 2013-04-24 17:51:31 -07:00
context.rs rustpkg: Preliminary work on install command 2013-04-24 17:51:31 -07:00
path_util.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
rustpkg.rc only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
tests.rs fix typo in librstpkg tests, allowed by old parser 2013-04-28 23:01:41 -07:00
usage.rs
util.rs rustpkg: Preliminary work on install command 2013-04-24 17:51:31 -07:00
workspace.rs rustpkg: Preliminary work on install command 2013-04-24 17:51:31 -07: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