Files
rust/src/librustpkg
klutzy bbcd3465ef rustpkg: Disable test suite on windows
sha1, version, util tests are still alive and they pass on win32.
2013-11-14 14:43:09 +09:00
..
2013-11-11 20:44:07 -08:00
2013-11-11 20:44:07 -08:00
2013-11-04 20:41:32 -08:00
2013-07-17 14:57:51 -07:00
2013-11-14 14:43:09 +09:00
2013-11-11 20:44:07 -08:00
2013-11-11 20:44:07 -08:00
2013-10-24 14:21:57 -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