aboutsummaryrefslogtreecommitdiff
path: root/tests/build/root.build
blob: 2a0666bef3f0df702a2ba460cc120285e14ee28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : tests/build/root.build
# license   : MIT; see accompanying LICENSE file

# We need to configure C++ module to pass the compiler path to some of bpkg
# test commands.
#
using cxx

# Setup the bpkg that we are testing.
#
import bpkg = bpkg%exe{bpkg}
testscript{*}: test = $bpkg

# Specify the test target for cross-testing.
#
test.target = $cxx.target