summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2020-09-07 14:59:17 +0300
committerMarge Bot <eric+marge@anholt.net>2020-09-15 06:14:34 +0000
commit320d80f2cee673fbd6845e7bcef56470c4516d97 (patch)
tree7663c8780586b782a8ca6a7b92f2fe92d8e6fa9e
parentc7719b8cfc4c17f4fd316d9f2ea0c314ef030478 (diff)
intel/genxml: make sure test assert are compiled in
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Anuj Phogat anuj.phogat@gmail.com Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6678>
-rw-r--r--src/intel/common/tests/genxml_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/common/tests/genxml_test.c b/src/intel/common/tests/genxml_test.c
index 4bcc3129003..2e2ed00783c 100644
--- a/src/intel/common/tests/genxml_test.c
+++ b/src/intel/common/tests/genxml_test.c
@@ -21,6 +21,8 @@
* IN THE SOFTWARE.
*/
+#undef NDEBUG
+
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>