From 41346852575b98719a6ad780dc8b144a1b3603cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Molinari?= Date: Mon, 27 Jan 2025 14:30:51 +0100 Subject: [PATCH] tests: Remove NDEBUG catcher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/weston-test-runner.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/weston-test-runner.h b/tests/weston-test-runner.h index a96348344..5b8bbb343 100644 --- a/tests/weston-test-runner.h +++ b/tests/weston-test-runner.h @@ -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