diff options
| author | Graydon Hoare <[email protected]> | 2011-03-21 14:45:03 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-21 14:45:03 -0700 |
| commit | 7941b41b6aad3af346cca5ab04754e45f62b69fe (patch) | |
| tree | 0b9fb564735a367b0bffd669162efcc255b4b1d3 | |
| parent | Strip leading $(S)/src off built targets in test; s/rustc/stage0/ in a few pl... (diff) | |
| download | rust-7941b41b6aad3af346cca5ab04754e45f62b69fe.tar.xz rust-7941b41b6aad3af346cca5ab04754e45f62b69fe.zip | |
Include benchmark dirs in test build dirs.
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |