blob: 91cc07c6242ee5d7acb0f3554c5578bc62f1051b (
plain)
1
2
3
4
5
6
7
|
# file : tests/web/xhtml/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../web/
exe{driver}: {hxx cxx}{*} ../../../web/libus{web}
exe{driver}: file{test.out}: test.stdout = true
|