From 320d80f2cee673fbd6845e7bcef56470c4516d97 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Mon, 7 Sep 2020 14:59:17 +0300 Subject: [PATCH] intel/genxml: make sure test assert are compiled in Signed-off-by: Lionel Landwerlin Reviewed-by: Anuj Phogat anuj.phogat@gmail.com Part-of: --- src/intel/common/tests/genxml_test.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include #include