Always undef NDEBUG in tests
This commit is contained in:
parent
625e313e74
commit
0b6370dd0a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user