blob: eab74dd8964cc7f544095068edc1aa86f1411d48 (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/build/root.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Configure C++ module and specify the test target for cross-testing.
#
using cxx
test.target = $cxx.target
|