d2957091c4
Most of the relevant information can be found in the commit messages. r? @brson - I just wanted to make sure the make changes aren't completely bogus This would close #2400, #6517, and #6489 (although a run through incoming-full on linux would have to confirm the latter two) |
||
---|---|---|
.. | ||
testsuite | ||
conditions.rs | ||
context.rs | ||
path_util.rs | ||
README.txt | ||
rustpkg.rc | ||
tests.rs | ||
usage.rs | ||
util.rs | ||
workspace.rs |
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