From ac72f42b1c103c670a78056d359eff85bf518fae Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 12 Mar 2011 01:40:32 -0500 Subject: [PATCH] Mention test/bench in README --- src/README | 1 + 1 file changed, 1 insertion(+) diff --git a/src/README b/src/README index 05d701bd380..f3ce4585736 100644 --- a/src/README +++ b/src/README @@ -24,5 +24,6 @@ test/ Testsuite (for both bootstrap and self-hosted) test/compile-fail - Tests that should fail to compile test/run-fail - Tests that should compile, run and fail test/run-pass - Tests that should compile, run and succeed +test/bench - Benchmarks and miscellanea Please be gentle, it's a work in progress.