aboutsummaryrefslogtreecommitdiff
path: root/tests/web
diff options
context:
space:
mode:
Diffstat (limited to 'tests/web')
-rw-r--r--tests/web/xhtml/buildfile5
-rw-r--r--tests/web/xhtml/driver.cxx6
2 files changed, 6 insertions, 5 deletions
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile
index 983909f..ff683b9 100644
--- a/tests/web/xhtml/buildfile
+++ b/tests/web/xhtml/buildfile
@@ -1,8 +1,7 @@
# file : tests/web/xhtml/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-include ../../../web/
+include ../../../web/xhtml/
-exe{driver}: {hxx cxx}{*} ../../../web/libus{web}
+exe{driver}: {hxx cxx}{*} ../../../web/xhtml/libue{xhtml}
exe{driver}: file{test.out}: test.stdout = true
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx
index 9b35ae8..3393eb3 100644
--- a/tests/web/xhtml/driver.cxx
+++ b/tests/web/xhtml/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/web/xhtml/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
@@ -7,7 +6,10 @@
#include <libstudxml/serializer.hxx>
-#include <web/xhtml.hxx>
+#include <web/xhtml/serialization.hxx>
+
+#undef NDEBUG
+#include <cassert>
using namespace std;
using namespace xml;