rust/src/librustpkg
2013-05-28 21:23:42 -05:00
..
testsuite Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
conditions.rs rustpkg: Tests for well-formed and ill-formed package IDs... 2013-05-14 18:13:45 -07:00
context.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
path_util.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
rustpkg.rc libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
tests.rs Un-ignore rusti/rustpkg tests on i686 2013-05-28 21:23:42 -05:00
usage.rs Remove unnecessary allocations flagged by lint from rustpkg 2013-05-21 23:00:34 +09:00
util.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
workspace.rs rustpkg: Implement URL-like package IDs 2013-05-14 17:47:39 -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