rust/src/librustpkg
2013-06-25 08:55:15 -07:00
..
testsuite
conditions.rs
context.rs
crate.rs
messages.rs
package_id.rs
package_path.rs
package_source.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
path_util.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
README.txt
rustpkg.rs Rename all files with the 'rc' extension 2013-06-25 08:55:15 -07:00
search.rs
target.rs
tests.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
usage.rs
util.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04:00
version.rs vec: rm old_iter implementations, except BaseIter 2013-06-21 03:20:22 -04:00
workspace.rs vec: remove BaseIter implementation 2013-06-23 02:05:20 -04: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