adbrown85 / gloop

Lightweight C++ wrapper for OpenGL
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Tests should not use cassert #38

Closed adbrown85 closed 12 years ago

adbrown85 commented 12 years ago

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.