nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

CMakefile should include CTests #17

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

The test code should be driven by CTest and should be regression tested via a GitHub Action

nickpelling commented 6 months ago

Added a basic CTest wrapper (but will implement tests separately)