diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:22:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-22 16:22:17 -0700 |
commit | 6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (patch) | |
tree | a391cbcf7f193f7a5b3f2e9822829f21e5f80cf6 /index.html | |
parent | b9dcb70b338287a764ddcbbb834094853e94a9b6 (diff) | |
download | mu-6a9d8191dfb5606f8d3630375f3ec045bd534ba3.tar.gz |
3557
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
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 →< 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>) |