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