This repository contains a basic C code framework for building and testing C programs. It includes essential tools for debugging, unit testing, and project management.
bin/- Compiled binary files.LICENSE- The license under which this code is distributed.Makefile- The build system configuration.README.md- This file.src/- Source code files.dbg.h- Debugging helper functions.minunit.h- A minimal unit testing framework.
tests/- Directory for unit tests.runtest.sh- A shell script to run the unit tests.
To build the project, run the following command:
make