Include benchmark dirs in test build dirs.

This commit is contained in:
Graydon Hoare 2011-03-21 14:45:03 -07:00
parent 72f7b11748
commit 7941b41b6a
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -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