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