blob: 983909f26c52d5a7097a370c31394a68beed6a2d (
plain)
1
2
3
4
5
6
7
8
|
# 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
|