Create a phantom workspace manifest for all crates.

Share a single Cargo.lock and target directory at the repo top-level.
This commit is contained in:
Jakob Stoklund Olesen
2016-10-10 10:44:33 -07:00
parent a460a637dd
commit 67abb2d2f6
6 changed files with 8 additions and 167 deletions

View File

@@ -51,12 +51,12 @@ done
# Build cton-util for parser testing.
cd "$topdir/src/tools"
banner "Rust documentation"
echo "open $topdir/src/tools/target/doc/cretonne/index.html"
echo "open $topdir/target/doc/cretonne/index.html"
cargo doc
banner "Rust release build"
cargo build --release
export CTONUTIL="$topdir/src/tools/target/release/cton-util"
export CTONUTIL="$topdir/target/release/cton-util"
cd "$topdir"
banner "File tests"