mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
test: #undef NDEBUG so assert is not compiled away
This commit is contained in:
committed by
Peter Hutterer
parent
089e7f98f8
commit
d189102c78
@@ -31,6 +31,9 @@
|
||||
* them.
|
||||
*/
|
||||
|
||||
/* Test relies on assert() */
|
||||
#undef NDEBUG
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user