aboutsummaryrefslogtreecommitdiff
path: root/tests/web/xhtml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-24 11:36:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-24 11:37:05 +0300
commita9b630f95ba352430f1f25d25b538672fddce93c (patch)
treea14719f66e0a4dd3c29e1d42e932f4e45ef7c8ab /tests/web/xhtml
parentdef0adc835b35f503eda48049e9e753786c21655 (diff)
Fortify tests against NDEBUG
Diffstat (limited to 'tests/web/xhtml')
-rw-r--r--tests/web/xhtml/driver.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx
index a0135de..3393eb3 100644
--- a/tests/web/xhtml/driver.cxx
+++ b/tests/web/xhtml/driver.cxx
@@ -8,6 +8,9 @@
#include <web/xhtml/serialization.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace xml;