hark130 / sketchy-idea

Reusable, stand-alone, Linux code
GNU General Public License v3.0
0 stars 0 forks source link

SKID-1: Implement a unit test framework #6

Closed hark130 closed 5 months ago

hark130 commented 5 months ago

Check has been implemented as a base unit test framework. Makefile validation has been updated to attempt to verify the installation of Check's libraries. The Make build system has been updated to look for code/test/check*.c files and manage them specially (e.g. link against the Check libraries) One "suite" of Check test cases, for is_regular_file() have been partially implemented as PoC. Check-based unit tests for new libraries should only require one extra Makefile rule.

Also: