From 9846759ef887eb5f71ff2f12fdad8f308adbda40 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 15 May 2015 23:01:37 -0700 Subject: 1381 --- Readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9f59b35e..27a1053b 100644 --- a/Readme.md +++ b/Readme.md @@ -317,7 +317,20 @@ allocator and a few other places). --- -Try running the tests: +If you're still reading, here are some more things to check out: + +a) Look at the [chessboard program](http://akkartik.github.io/mu/html/chessboard.mu.html) +for a more complex example where I write tests showing blocking reads from the +keyboard and what gets printed to the screen -- things we don't typically +associate with automated tests. + +b) Try skimming the [colorized source code](http://akkartik.github.io/mu). I'd +like it to eventually be possible to get a pretty good sense for how things +work just by skimming the files in order, skimming the top of each file and +ignoring details lower down. I'd love to hear feedback about how successful my +efforts are. + +c) Try running the tests: ```shell $ ./mu test -- cgit 1.4.1-2-gfad0