test: #undef NDEBUG so assert is not compiled away

(cherry picked from commit d189102c78)
This commit is contained in:
Matt Turner
2021-12-07 21:39:58 -08:00
parent 7caf29ca66
commit fc2eb7e8cc
24 changed files with 72 additions and 0 deletions

View File

@@ -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