From 63aaad529c9ae9358f22fd9563aeabc679f4defd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Aug 2015 18:28:53 +0200 Subject: Add support for generating XHTML5 --- tests/web/xhtml/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/web/xhtml/buildfile (limited to 'tests/web/xhtml/buildfile') diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile new file mode 100644 index 0000000..308a104 --- /dev/null +++ b/tests/web/xhtml/buildfile @@ -0,0 +1,8 @@ +# file : tests/web/xhtml/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libstudxml%lib{studxml} + +exe{driver}: cxx{driver} $libs +exe{driver}: test.output = test.out -- cgit v1.1