blob: 019da19e94b5198a9567ea284516872932364514 (
plain)
1
2
3
4
5
6
|
# file : unit-tests/cc/parser/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../../build2/
exe{driver}: {hxx cxx}{*} ../../../build2/libue{b} testscript{*}
|