Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divanvisagie/unit-tested-c-template

A template for a unit tested c project
https://github.com/divanvisagie/unit-tested-c-template

Last synced: 12 days ago
JSON representation

A template for a unit tested c project

Awesome Lists containing this project

README

        

# Unit Tested C Template
Make the LSP less angry
```
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=YES .
```
To run the unit tests:
```
make run_tests
```
To pull this template with git do a shallow clone and then detach the remote
```sh
git clone --depth 1
git remote rm origin
```
You can now use your own remote