diff options
author | David Robillard <d@drobilla.net> | 2022-03-12 19:12:00 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-03-12 19:12:00 -0500 |
commit | 706cc67ca5871a5e16ba28327f0f321d6c5d6ef4 (patch) | |
tree | f90cc840f46fb914a124c65ef352f3ab05c0c262 | |
parent | d06e9cb31e3f3b522b21541353c915a663e0f814 (diff) | |
download | sratom-706cc67ca5871a5e16ba28327f0f321d6c5d6ef4.tar.gz sratom-706cc67ca5871a5e16ba28327f0f321d6c5d6ef4.tar.bz2 sratom-706cc67ca5871a5e16ba28327f0f321d6c5d6ef4.zip |
Fix tests in release builds
-rw-r--r-- | test/test_sratom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_sratom.c b/test/test_sratom.c index f69f498..703befb 100644 --- a/test/test_sratom.c +++ b/test/test_sratom.c @@ -14,6 +14,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#undef NDEBUG + #include "test_utils.h" #include "sratom/sratom.h" |