Skip to content

Releases: nickeldan/scrutiny

Releasing 0.7.2

22 Oct 21:21
Compare
Choose a tag to compare
  • Added support for macOS.

Releasing 0.7.1

08 Oct 04:11
Compare
Choose a tag to compare
  • Changed scrGroup to be an integer type instead of a pointer.

Releasing 0.7.0

22 Aug 02:54
Compare
Choose a tag to compare
  • Monkeypatching can now be selectively applied to ELF files.
  • scrGroup is now a pointer typedef.

Releasing 0.6.2

15 May 02:53
Compare
Choose a tag to compare
  • Fixed an integer comparison error for i386 builds.

Releasing 0.6.1

12 May 01:46
Compare
Choose a tag to compare
  • Replaced some calls to exit with _exit.

Releasing 0.6.0

04 May 03:13
Compare
Choose a tag to compare
  • Removed the need for a visibility file.

Releasing 0.5.2

06 Apr 03:47
6538a09
Compare
Choose a tag to compare
  • Added missing include in test.h.

Releasing 0.5.1

06 Apr 03:29
d21bf4f
Compare
Choose a tag to compare
  • Improved the display of chars and bytes when an assertion fails.
  • Made SCR_TEST_SKIP an alias for a function.

Releasing 0.5.0

25 Mar 18:32
Compare
Choose a tag to compare
  • Added SCR_BEGINS_WITH, SCR_NBEGINS_WITH, SCR_CONTAINS, and SCR_NCONTAINS macros.

Releasing 0.4.0

02 Mar 04:27
56d902b
Compare
Choose a tag to compare
  • Removed the runner from the API.
  • Fixed a bug where a keyboard interrupt would kill all of the user's processes.
  • A SIGALRM raised in a test process is now registered as an error and not a time out.
  • Renamed SCR_ERROR to SCR_FAIL.