aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-13 21:22:27 -0400
committerGraydon Hoare <[email protected]>2011-03-14 15:52:48 -0700
commitc5721759bbc6677be3f401d0f54dd53c9063d305 (patch)
tree9769e421a90e8aa11cede2060f39fbacf0165615 /src/Makefile
parentRename binary trees benchmark to match the original shootout source (diff)
downloadrust-c5721759bbc6677be3f401d0f54dd53c9063d305.tar.xz
rust-c5721759bbc6677be3f401d0f54dd53c9063d305.zip
Add fannkuchredux 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 edf9ceb2..74359c00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -575,6 +575,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
wrong-ret-type.rs \
), \
$(wildcard test/*fail/*.rs test/*fail/*.rc)) \
+ test/bench/shootout/fannkuchredux.rs \
test/bench/shootout/fasta.rs \
test/bench/shootout/binarytrees.rs \
$(wildcard test/bench/99-bottles/*rs)