Changes:
-
Updated naming on all functions/macros/variables that were prefixed with underscore. As underscore is POSIX reserved, this was removed. This should not have a big impact as these functions and variables should not have been used by the user, but it is a major breaking change and thus will result in a major version upgrade.
-
Updates to how we are building EzTest (doesn't affect users).
-
Data section for tests is now "eztest"
-
Total time is now displayed when using the "-t" or "--timer" option (previously only the individual time for each test was shown).