summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-15 02:59:11 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-16 07:58:25 +0200
commitd2932dbdcf1ee0e646be90d9ad631ced171e012b (patch)
tree24997230f6417e65f8546d0ef43ed266e60766c5
parent0ce27b41cc735b02f42fe4a67dbe8ee2f4fd2ffc (diff)
test: force enable debug assertions
-rw-r--r--test/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 0b143b71..1fed6c0c 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -1,4 +1,6 @@
#pragma once
+#undef FM_NO_DEBUG
+#include "compat/assert.hpp"
#include <Magnum/Magnum.h>
#ifdef __APPLE__