/programs-in-c

A Collection of Programs Written in C

Primary LanguageMesonApache License 2.0Apache-2.0

programs-in-c

A Collection of Programs Written in C

Building

This project uses the Meson build system. To build the code, use the following commands:

meson setup build/
ninja -C build/ all

Testing

Tests are written with Googletest and executed from Meson. To run the tests, use the following commands:

ninja -C build/ test