When you run 'make test" there is lots and lots of extraneous output. So with commit 74b0b02 I have added Makefile target "check-short". It runs make and filters out extraneous output, although it requires Ruby to help with the filtering. (t could be with POSIX shell and grep or of the other programming languages, but you all should have Ruby installed. ;-)
To facilitate filtering. Normal output from some of the example and test programs adds '--' at the beginning of the line. Also, note that if you are using remake, you can see an annotated listing of "useful" targets via: remake --tasks
