Currently a bunch of the tests are using cassert to do tests. Unfortunately if someone configures the project with -DNDEBUG they won't have any effect. Probably will just have to just throw exceptions manually instead. Or I suppose we could try to filter it out with our makefile.
Currently a bunch of the tests are using cassert to do tests. Unfortunately if someone configures the project with -DNDEBUG they won't have any effect. Probably will just have to just throw exceptions manually instead. Or I suppose we could try to filter it out with our makefile.