Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/cutl
C Unit Testing Library.
https://github.com/msaf9/cutl
c unittesting-library
Last synced: about 7 hours ago
JSON representation
C Unit Testing Library.
- Host: GitHub
- URL: https://github.com/msaf9/cutl
- Owner: msaf9
- Created: 2021-10-29T19:23:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T19:19:53.000Z (8 months ago)
- Last Synced: 2024-03-11T20:35:17.984Z (8 months ago)
- Topics: c, unittesting-library
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUTL
C Unit Test Library## Table of contents
- [Introduction](#introduction)
- [Programming Language](#programming-language)
- [Project status](#project-status)
- [Installation](#installation)
- [License](#license)## Introduction
Library for unit testing C functions.## Programming Language
- C## Project status
> **Continuous**## Installation
### Get repository
```git
git https://github.com/msaf9/cutl.git
cd cutl
```## License