Skip to content

Releases: havardt/EzTest

Release v3.0.0

16 Jun 19:59
Compare
Choose a tag to compare

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).

Release v2.2.1

15 Jun 19:03
39a4eeb
Compare
Choose a tag to compare

Changes:

  • Improved output format
  • Documentation

Release v2.2.0

13 Dec 18:48
8fa687a
Compare
Choose a tag to compare
  • Signal handling for segmentation fault.
  • More documentation

Release v2.1.0

05 Oct 21:04
e55dc9f
Compare
Choose a tag to compare
  • New asserts testing individual bytes at given memory locations.
  • New asserts using a custom, user provided, comparator function.
  • Bug fix.
  • Updated build script with optimize compile flag.

Release v2.0.0

29 Sep 13:37
2ff962b
Compare
Choose a tag to compare
  • Complete restructure
  • Skip functionality
  • Code fixes
  • Output fixes
  • Doc update

Release v1.2.0

04 Sep 13:52
9abc02e
Compare
Choose a tag to compare
  • New asserts: greater, greater or equal, less, less or equal
  • Asserts now have shorthand versions. Eg. ASSERT_ARE_EQUAL -> ASSERT_EQ

Release v1.1.0

22 Aug 11:39
30c1571
Compare
Choose a tag to compare

With this release a timer option was added. When using the application option -t or --timer the execution time for each test will be displayed.

Release v1.0.0

21 Aug 18:57
Compare
Choose a tag to compare
Release v1.0.0