blob: 4e08cd9cc80258d1ec255440897e124492757a44 (
plain)
1
2
3
4
5
6
7
|
# file : tests/build/root.build
# license : TBC; see accompanying LICENSE file
# Configure C++ module and specify the test target for cross-testing.
#
using cxx
test.target = $cxx.target
|