Include benchmark dirs in test build dirs.
This commit is contained in:
parent
72f7b11748
commit
7941b41b6a
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue