From fe3f152492e7736d11fbde30c7bc60a56117b7b2 Mon Sep 17 00:00:00 2001 From: DcruBro Date: Wed, 26 Aug 2026 21:11:30 +0200 Subject: [PATCH] Add some simple tests --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4602abd..fb7c3ba 100644 --- a/README.md +++ b/README.md @@ -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_.c* so others can see the guidelines on how the type is used. ## Legal Mumbo Jumbo