blob: 0c34ea7c3876290d7bcbfebaf3fa91a00b26a548 (
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/libue{b} testscript{*}
|