Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/divanvisagie/unit-tested-c-template
- Owner: divanvisagie
- License: mit
- Created: 2023-08-30T06:10:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T17:20:02.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:43:49.256Z (7 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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