Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 614 Bytes

File metadata and controls

34 lines (20 loc) · 614 Bytes

ctest

A simplest lightweight compatible C test suite for low level C and C++ applications

Usage

Just add asserts.h and asserts.c source code into your project

See example sample code and

make

to test autoexplaining example

To clean test:

make clean

Documentation

See documentation page here

Projects using ctest

License

MIT