mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Include benchmark dirs in test build dirs.
This commit is contained in:
parent
72f7b11748
commit
7941b41b6a
3
configure
vendored
3
configure
vendored
@ -84,7 +84,8 @@ for i in \
|
|||||||
rt rt/isaac rt/bigint rt/sync rt/test \
|
rt rt/isaac rt/bigint rt/sync rt/test \
|
||||||
llvmext \
|
llvmext \
|
||||||
stage0 stage1 stage2 \
|
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
|
do
|
||||||
make_dir $i
|
make_dir $i
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user