rust/src/librustpkg
bors e482856d76 auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr
@catamorphism, this re-enables threadsafe rustpkg tests, @brson this will fail unless the bots have LLVM rebuilt, so this is a good indicator of whether that happened or not.
2013-07-01 11:29:24 -07:00
..
testsuite Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
api.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
conditions.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
context.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
crate.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
messages.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
package_id.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
package_path.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
package_source.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
path_util.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
README.txt rustpkg: update README saying which tests pass 2013-04-24 17:51:30 -07:00
rustpkg.rs Bump version from 0.7-pre to 0.7 2013-06-30 16:36:48 -07:00
search.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
target.rs rustc/rusti/rustpkg: Infer packages from extern mod directives 2013-06-01 18:48:07 -07:00
tests.rs auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr 2013-07-01 11:29:24 -07:00
usage.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
util.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
version.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
workspace.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -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