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