Skip to content

Releases: grassator/bdd-for-c

No compile time warnings

28 Jun 17:38
Compare
Choose a tag to compare
Pre-release

Now bdd-for-c.h can be compiled with -Wall without any warnings.

Nested `describe` and `context` statements

17 Jun 20:49
Compare
Choose a tag to compare

This is a big release with almost full rewrite of the internals that allows now to have nested describe calls. The major version bump is caused by a breaking API change from v1.0 — top-level describe has been renamed to spec to allow for nested describe statements in the test setup.

Initial Release

17 Jun 20:43
Compare
Choose a tag to compare
Merge pull request #8 from bobbymcr/dev/bobbymcr/win32

Enable Win32 support