Add some simple tests

This commit is contained in:
2026-08-26 21:11:30 +02:00
parent dbfb54fc7a
commit fe3f152492
+2
View File
@@ -17,7 +17,9 @@ 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