There is no test implementation for generated functions. And there's not implemented tests for main main functions; InsertToSortedAllocatedArray, FreeMemory, GetIndex.
Actually FreeMemory and GetIndex functions is basic functions they don't need tests i'm think.
Csv Reader a little changed, it can need tests too. Maybe we can copy tests from it's repository (https://github.com/jandoczy/csv-fast-reader/)?
There is no test implementation for generated functions. And there's not implemented tests for main main functions;
InsertToSortedAllocatedArray,FreeMemory,GetIndex.Actually FreeMemory and GetIndex functions is basic functions they don't need tests i'm think.
Csv Reader a little changed, it can need tests too. Maybe we can copy tests from it's repository (https://github.com/jandoczy/csv-fast-reader/)?