From 2f0f77b511a3dae214d084105a4277ea0009300b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Nov 2021 20:55:18 +0300 Subject: Fortify tests against NDEBUG --- xsd-tests/cxx/tree/dom-association/dom-parse.cxx | 3 +++ xsd-tests/cxx/tree/dom-association/driver.cxx | 3 +++ 2 files changed, 6 insertions(+) (limited to 'xsd-tests/cxx/tree/dom-association') diff --git a/xsd-tests/cxx/tree/dom-association/dom-parse.cxx b/xsd-tests/cxx/tree/dom-association/dom-parse.cxx index 281eb2c..a14b8e9 100644 --- a/xsd-tests/cxx/tree/dom-association/dom-parse.cxx +++ b/xsd-tests/cxx/tree/dom-association/dom-parse.cxx @@ -15,6 +15,9 @@ #include #include +#undef NDEBUG +#include + using namespace xercesc; namespace xml = xsd::cxx::xml; namespace tree = xsd::cxx::tree; diff --git a/xsd-tests/cxx/tree/dom-association/driver.cxx b/xsd-tests/cxx/tree/dom-association/driver.cxx index d85e105..2470212 100644 --- a/xsd-tests/cxx/tree/dom-association/driver.cxx +++ b/xsd-tests/cxx/tree/dom-association/driver.cxx @@ -13,6 +13,9 @@ #include "dom-parse.hxx" #include "test.hxx" +#undef NDEBUG +#include + using namespace std; using namespace test; using namespace xercesc; -- cgit v1.1