Skip to content

alphafoobar/code-kata-c

Repository files navigation

Build status codecov

CodeKata - in the C programming language

  • Built using JetBrains CLion

  • Target C version is C11

  • Build using CMake.

  • Tests implemented using CMocka

How-to

  1. mkdir build

  2. cd build

  3. cmake -D ENABLE_COVERAGE=TRUE .. * Initialise build with coverage enabled.

  4. make

  5. ctest -V -T memcheck * Run tests in verbose mode with Valgrind memcheck.

Or simply run the tests required in CLion by clicking on the green arror in the test file of interest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published