CUnit - Simple C - part 2

Unit testing in a simple C application. 0:00 G'day 0:31 Build system changes 2:33 CUnit overview 3:19 Registry initialisation 5:56 Adding test suites 8:11 Basic run tests 9:48 First test suite 12:59 First test 16:17 Exit code on failed tests 17:50 Exit code on success 18:29 See ya! The code https://codeberg.org/Swindlers-Inc/ho... CUnit https://cunit.sourceforge.net/ #c #cunit #programming