tests: Remove NDEBUG catcher

NDEBUG doesn't need to be catched anymore now that the test suite
don't use libc's abort() anymore.

Signed-off-by: Loïc Molinari <loic.molinari@collabora.com>
This commit is contained in:
Loïc Molinari 2025-01-27 14:30:51 +01:00
parent fbe2f27915
commit 4134685257

View file

@ -37,10 +37,6 @@
#include "weston-test-fixture-compositor.h"
#include "weston-testsuite-data.h"
#ifdef NDEBUG
#error "Tests must not be built with NDEBUG defined, they rely on assert()."
#endif
/** Test harness context
*
* \ingroup testharness