blob: b5d591c43b567e89d591472aea9f5c0b6e971fc2 (
plain)
1
2
3
4
5
6
7
|
# file : tests/web/xhtml/buildfile
# copyright : Copyright (c) 2014-2019 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
|