blob: ac817b7afba6878418bf406ec4e511d0d1bbba0d (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/build/root.build
# copyright : Copyright (c) 2014-2018 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
|