Releases: nickeldan/scrutiny
Releases · nickeldan/scrutiny
Releasing 0.7.2
Releasing 0.7.1
- Changed scrGroup to be an integer type instead of a pointer.
Releasing 0.7.0
- Monkeypatching can now be selectively applied to ELF files.
- scrGroup is now a pointer typedef.
Releasing 0.6.2
- Fixed an integer comparison error for i386 builds.
Releasing 0.6.1
- Replaced some calls to exit with _exit.
Releasing 0.6.0
- Removed the need for a visibility file.
Releasing 0.5.2
- Added missing include in test.h.
Releasing 0.5.1
- Improved the display of chars and bytes when an assertion fails.
- Made SCR_TEST_SKIP an alias for a function.
Releasing 0.5.0
- Added SCR_BEGINS_WITH, SCR_NBEGINS_WITH, SCR_CONTAINS, and SCR_NCONTAINS macros.
Releasing 0.4.0
- 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.