Fsanitize on gcc is unfortunately failing, so there must be a memory issue some where (I have clions static analyzer throwing various errors, I guess it has to be one of these).
Further, gcc release built only works with O2 optimization flag, most likely due to memory corruption issue that also lets fsanitize fail. But for the start, that's where we are.
Added all tests as mentioned in issue https://github.com/heremaps/tin-terrain/issues/25.
Fsanitize on gcc is unfortunately failing, so there must be a memory issue some where (I have clions static analyzer throwing various errors, I guess it has to be one of these).
Further, gcc release built only works with O2 optimization flag, most likely due to memory corruption issue that also lets fsanitize fail. But for the start, that's where we are.