diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index fb8f2c47..2938f838 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ 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 autogenerate +harness, relying on a couple of one-liners in the makefile 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>. |