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