Skip to content

v0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@iWas-Coder iWas-Coder released this 04 May 21:04
· 381 commits to master since this release
v0.1-alpha
6efa445

We're happy to to announce the first pre-release ever of the Carbon library!

Some of the core features of this 0.1-alpha version are:

  • Assertions (carbon_should_* statements) against basic data types (int, void *, char * and boolean statements).
  • Global and local test suite creation.
  • Sequential test execution.
  • Self-hosted testing library (is tested with itself).
  • Custom logging and stdout results output.
  • Suite total execution time reporting.

Note

Currently the library has pretty basic yet useful functionality. However, new releases will come with great features, such as JUnit XML results output, GitHub Actions integration and results summary formatting, etc. Stay tuned!