From 7941b41b6aad3af346cca5ab04754e45f62b69fe Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 21 Mar 2011 14:45:03 -0700 Subject: [PATCH] Include benchmark dirs in test build dirs. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 5e3976cd769..667aaeeacae 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