rust/src/librustpkg
..
2014-01-05 12:41:56 +01:00
2014-01-07 23:51:38 -08:00
2013-12-08 02:55:28 -05:00
2013-11-24 18:22:50 -05:00
2014-01-02 16:05:09 +01:00
2013-12-08 02:55:28 -05:00
2014-01-05 11:25:12 +01: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