Skip to content

An example of unit testing in C language using CuTest framework

Notifications You must be signed in to change notification settings

alejoaquili/c-unit-testing-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-unit-testing-example

An example of unit testing in C language using CuTest framework for Operating Systems Assignment at ITBA.

Dependencies

Compile and run unit tests

To compile MemoryManagerTest run:

$> make all
$> ./MemoryManagerTest.out

Static Code Analysis

To execute the static code analysis tools Cppcheck and PVS-Studio run:

$> make check

Formating

To execute the code formatter Clang-format run:

$> make format

About

An example of unit testing in C language using CuTest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published