about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 0dada6bf..2d178504 100644
--- a/index.html
+++ b/index.html
@@ -64,8 +64,8 @@ that point. <a href='http://akkartik.name/post/wart-layers'>More details &rarr;<
 to show how to hook into the skeleton. Also summarizes how to invoke Mu,
 behaviors that later layers will be providing.
 <br/><a href='html/002test.cc.html'>002test.cc</a>: Mu's minimalist test
-harness, relying on a couple of one-liners in the makefile to auto-generate
-lists of tests to run.
+harness, relying on a couple of one-liners in the <tt>build</tt> script to
+auto-generate lists of tests to run.
 <br/><a href='html/003trace.cc.html'>003trace.cc</a>: support for logging
 facts about our program, and for <a href='http://akkartik.name/post/tracing-tests'>checking the facts logged in tests</a>.
 (<a href='html/003trace.test.cc.html'>tests for the tracing system</a>)