about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
commit6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (patch)
treea391cbcf7f193f7a5b3f2e9822829f21e5f80cf6 /index.html
parentb9dcb70b338287a764ddcbbb834094853e94a9b6 (diff)
downloadmu-6a9d8191dfb5606f8d3630375f3ec045bd534ba3.tar.gz
3557
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>)