Changes between Version 5 and Version 6 of oss/lolunit


Ignore:
Timestamp:
Sep 8, 2011, 3:59:20 PM (12 years ago)
Author:
sam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oss/lolunit

    v5 v6  
    1212LolUnit offers the following features, which can also be seen as limitations if your requirements are very different from ours:
    1313 * comes as a single `.h` header
    14  * does not require an external library
    15  * does not require any information duplication
    16  * can be built with `-fno-exceptions -fno-rtti`
     14 * does not require an external library, everything is in the `.h`
     15 * very resilient to user error: does not require any information duplication
     16 * works on embedded or gaming platforms: can be usedwithout exceptions and/or RTTI
    1717 * formats its standard text output in the same way as CppUnit
    1818