mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
test: #undef NDEBUG so assert is not compiled away
This commit is contained in:
committed by
Peter Hutterer
parent
089e7f98f8
commit
d189102c78
@@ -26,6 +26,9 @@
|
||||
* provided in os/ subdirectory for some platforms.
|
||||
*/
|
||||
|
||||
/* Test relies on assert() */
|
||||
#undef NDEBUG
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user