aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-13 18:43:39 -0400
committerGraydon Hoare <[email protected]>2011-03-14 15:52:48 -0700
commit467b9f3908dc74976807ddad4138f3d496433234 (patch)
tree7b27f371d90c37a1c28133c53bd91db248ffca5e /src/Makefile
parentAdd _int.pow (diff)
downloadrust-467b9f3908dc74976807ddad4138f3d496433234.tar.xz
rust-467b9f3908dc74976807ddad4138f3d496433234.zip
Implement the rest of the binary trees shootout benchmark
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3c94f1b3..a570f333 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -576,6 +576,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
), \
$(wildcard test/*fail/*.rs test/*fail/*.rc)) \
test/bench/shootout/fasta.rs \
+ test/bench/shootout/binary-trees.rs \
$(wildcard test/bench/99-bottles/*rs)
ifdef MINGW_CROSS