Skip to content

m-pilia/cUTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cUTest - C Unit Test Framweork

cUTest is a simple implementation of a unit test framework in C.

Build and install

To automatically build the library in a Unix-like environment (requires make and gcc):

make

To build the library documentation (requires Doxygen):

make doc

To install the library, launch:

sudo make install

After the installation, you can include the header cutest.h in your C source files and compile your code with the linker flags -lcutest and -lm.

To uninstall the library, launch:

sudo make uninstall

License

The project is licensed under GPL 3. See LICENSE file for the full license.

About

C Unit Test framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published