You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal setup for MinUnit, a lightweight unit testing framework for C. This repo provides a simple, header-only config to easily add unit tests to any C project without dependencies. Includes minunit.h, example tests, and basic scripts for quick and efficient test automation.
# MinUnit Min## Table of Contents- [Project Description](#project-description)- [Background](#background)- [How to Compile and Run the Tests](#how-to-compile-and-run-the-tests)- [How to Integrate MinUnit in Your Project](#how-to-integrate-minunit-in-your-project)- [How to Use the Setup and Purge Scripts](#how-to-use-the-setup-and-purge-scrip