1 DOCUMENTATION AND CLEANUP FORTHCOMING.
3 Engine tests now require libcpptest - if you have compilation failures using your distribution's lib (I'm looking at you, Ubuntu), please download the source at http://cpptest.sourceforge.net/, compile, and run.
5 New test creation requires python 3.x.
9 - TEST_ASSERT is a macro and does not always behave 100% the way you'd expect. Note the following:
10 * 1. If used in if/else blocks, make sure the blocks are guarded, or weird things happen.
11 * 2. If performing comparisons, please parenthesise liberally - bitwise operations being compared to 0 should always be parenthesised before comparison