Skip to content

Commit 7941b41

Browse files
committed
Include benchmark dirs in test build dirs.
1 parent 72f7b11 commit 7941b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ for i in \
8484
rt rt/isaac rt/bigint rt/sync rt/test \
8585
llvmext \
8686
stage0 stage1 stage2 \
87-
test/run-pass test/run-fail test/compile-fail
87+
test/run-pass test/run-fail test/compile-fail \
88+
test/bench/99-bottles test/bench/shootout
8889
do
8990
make_dir $i
9091
done

0 commit comments

Comments
 (0)