Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 709 Bytes

File metadata and controls

24 lines (18 loc) · 709 Bytes

C Code Framework

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.

Directory Structure

  • 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.

How to Use

Build the Project

To build the project, run the following command:

make