Skip to content

1.4 - support assertions of pointers; add GitHub workflow CI

Compare
Choose a tag to compare
@bxparks bxparks released this 29 Oct 04:19
· 89 commits to master since this release
e0aa8df
  • 1.4 (2020-10-28)
    • Support comparison of 2 arbitrary pointers using
      assertEqual(const void*, const void*) and
      assertNotEqual(const void*, const void*). Fixes
      Issue #34.
    • Add GitHub Workflow Actions continuous integration for examples
      and tests under examples/ and tests/.