kojiba / RayLanguage

Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests

rodionovd opened this issue · comments

Would be great to see some kind of [unit]-tests for the library. I think this will help in finding bugs and documenting the API.

Hello, unit tests will be needed, when I make 0.1.0 release. Some tests are commented in main.c, below main function. I think about doxygen docs, but they are so big and will fat headers, made it unreadable. Now, I make minimal work comments for headers, they contain all the necessary.

Added some tests.