about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-09-13 15:06:21 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-09-13 15:06:41 -0700
commitd5b2d62b201aaf8f4698fdc0a9514bf50bb5d280 (patch)
tree797c9a58c6e765b291e36f55735825ceef2e9f6c /configure
parentc84b8e90b843ed65a29518432c5d490688560012 (diff)
downloadrust-d5b2d62b201aaf8f4698fdc0a9514bf50bb5d280.tar.gz
rust-d5b2d62b201aaf8f4698fdc0a9514bf50bb5d280.zip
Add build-system mechanisms for running benchmarks under 'perf'.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index c1474edb0d7..f6b6d8f5c4a 100755
--- a/configure
+++ b/configure
@@ -183,7 +183,8 @@ for i in \
     rustllvm \
     dl stage0 stage1 stage2 stage3 \
     stage0/lib stage1/lib stage2/lib stage3/lib \
-    test/run-pass test/run-fail test/compile-fail test/bench test/pretty
+    test/run-pass test/run-fail test/compile-fail \
+    test/bench test/perf test/pretty
 do
     make_dir $i
 done
@@ -205,6 +206,7 @@ probe CFG_CLANG            clang++
 probe CFG_GCC              gcc
 probe CFG_LLVM_CONFIG      llvm-config
 probe CFG_VALGRIND         valgrind
+probe CFG_PERF             perf
 probe CFG_MAKEINFO         makeinfo
 probe CFG_TEXI2PDF         texi2pdf
 probe CFG_TEX              tex