/c-unit-testing-example

An example of unit testing in C language using CuTest framework

Primary LanguageC

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