Always undef NDEBUG in tests

This commit is contained in:
Frank Denis 2017-12-06 12:17:57 +00:00
parent 625e313e74
commit 0b6370dd0a

View File

@ -2,6 +2,10 @@
#ifndef __CMPTEST_H__ #ifndef __CMPTEST_H__
#define __CMPTEST_H__ #define __CMPTEST_H__
#ifdef NDEBUG
#/**/undef/**/ NDEBUG
#endif
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>