xvmc: force assertion in XvMC tests

This follows the src/util/u_atomic_test.c model of undefining NDEBUG
unconditionally throughouth the XvMC tests, to force asserts regardless
of debug mode.

The comment on u_atomic_test.c is also fixed (read 'debug' where it
should have been 'release').

v2: s/debug/release/ in relevant comments

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
[Emil Velikov: keep the src/util/ hunk as separate patch]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Giuseppe Bilotta 2015-11-29 18:19:35 +01:00 committed by Emil Velikov
parent 4839353634
commit efaac624af
5 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,8 @@
*
**************************************************************************/
/* Force assertions, even on release builds. */
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -25,6 +25,8 @@
*
**************************************************************************/
/* Force assertions, even on release builds. */
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -25,6 +25,8 @@
*
**************************************************************************/
/* Force assertions, even on release builds. */
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <string.h>

View File

@ -25,6 +25,8 @@
*
**************************************************************************/
/* Force assertions, even on release builds. */
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -25,6 +25,8 @@
*
**************************************************************************/
/* Force assertions, even on release builds. */
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>