diff options
| author | Brian Anderson <[email protected]> | 2011-03-13 18:43:39 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-14 15:52:48 -0700 |
| commit | 467b9f3908dc74976807ddad4138f3d496433234 (patch) | |
| tree | 7b27f371d90c37a1c28133c53bd91db248ffca5e /src/Makefile | |
| parent | Add _int.pow (diff) | |
| download | rust-467b9f3908dc74976807ddad4138f3d496433234.tar.xz rust-467b9f3908dc74976807ddad4138f3d496433234.zip | |
Implement the rest of the binary trees shootout benchmark
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
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 |