Skip to content

A "test driven development" example in Criterion library.

License

Notifications You must be signed in to change notification settings

lazy-dude/Criterion_TDD_example

Repository files navigation

Test driven development in Criterion

This repository is an example of TDD in criterion library. The function reverse reverses an integer number , mentioned in "reverse_number.c" file. The main function is in "main_reverse_number.c" file. Criterion tests are in "test_reverse_number.c" file. All are distinct modules.

Execute "run_reverse.sh" to run the main function. Execute "test_reverse.sh" to try criterion tests.

About

A "test driven development" example in Criterion library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published