Add some simple tests

This commit is contained in:
2026-08-26 21:09:07 +02:00
parent 321284dec6
commit dbfb54fc7a
5 changed files with 89 additions and 1 deletions
+2
View File
@@ -17,6 +17,8 @@ Literally just copy the header file you want and let your favourite semi-usable
## Contributing
If you want to contribute, please make a pull request and I'll review it. If you want to contribute a new type or function, please make sure it is useful and not just a "cool" thing.
If you change an existing type, please run **make** in *build/* directory and **ctest** to ensure compatibility hasn't been broken.
If it's new, please write a **test** for it in *tests/test_<name>.c* so others can see the guidelines on how the type is used.
## Legal Mumbo Jumbo
Licensed under the MIT License (because GPL doesn't make sense for this (sorry Stallman))