chore: update tests

This commit is contained in:
2025-08-27 08:36:27 +02:00
parent 95bfd5f043
commit 3e8061a618
5 changed files with 46 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
# C Project
A little template for C projects.
## Testing
In order to test the project run:
```sh
make test
```