diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:45:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-13 17:45:11 +0300 |
commit | 67d190d15e5a8ad865dbbf21fdf7dcb7b1168cdd (patch) | |
tree | 6589896ebe8e1a4179566815e7000c72dc5a6637 /tests/web/xhtml | |
parent | bfd63c8ec0e060c8c28bd3fc6acf9af4460bc208 (diff) |
Add hxx prerequisite type in test buildfiles
Diffstat (limited to 'tests/web/xhtml')
-rw-r--r-- | tests/web/xhtml/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index bdfd7d6..06347dd 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -4,7 +4,7 @@ import libs = libstudxml%lib{studxml} -exe{driver}: cxx{*} $libs +exe{driver}: {hxx cxx}{*} $libs exe{driver}: test.output = test.out # @@ The rule doesn't trigger the target generating. Will be fixed when we add |