aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-21 14:45:03 -0700
committerGraydon Hoare <[email protected]>2011-03-21 14:45:03 -0700
commit7941b41b6aad3af346cca5ab04754e45f62b69fe (patch)
tree0b9fb564735a367b0bffd669162efcc255b4b1d3
parentStrip leading $(S)/src off built targets in test; s/rustc/stage0/ in a few pl... (diff)
downloadrust-7941b41b6aad3af346cca5ab04754e45f62b69fe.tar.xz
rust-7941b41b6aad3af346cca5ab04754e45f62b69fe.zip
Include benchmark dirs in test build dirs.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 5e3976cd..667aaeea 100755
--- a/configure
+++ b/configure
@@ -84,7 +84,8 @@ for i in \
rt rt/isaac rt/bigint rt/sync rt/test \
llvmext \
stage0 stage1 stage2 \
- test/run-pass test/run-fail test/compile-fail
+ test/run-pass test/run-fail test/compile-fail \
+ test/bench/99-bottles test/bench/shootout
do
make_dir $i
done