Skip to content

initial release of this project v1.0.0

Compare
Choose a tag to compare
@alecksandr26 alecksandr26 released this 06 May 19:36
· 90 commits to main since this release

Features:

  • Create and execute TestCases.
  • Create and execute Suits or TestCases collections.
  • Divide the TestCases and Suits in files.
  • Recompile each individual test source code into .o and recompiles the main executable test file with all .o.

Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • c-exceptions v1.0.1