Skip to content

Commit

Permalink
Unit tests: ensure NDEBUG is not defined for assert
Browse files Browse the repository at this point in the history
  • Loading branch information
LancePutnam committed Apr 23, 2017
1 parent bfe047c commit b70d037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unitTests.cpp
@@ -1,3 +1,4 @@
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <math.h>
Expand Down

0 comments on commit b70d037

Please sign in to comment.