Skip to content
Snippets Groups Projects
Commit 41346852 authored by Loic Molinari's avatar Loic Molinari
Browse files

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: default avatarLoïc Molinari <loic.molinari@collabora.com>
parent fbe2f279
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment