aboutsummaryrefslogtreecommitdiff
path: root/tests/build/root.build
blob: f2694b771851c6cc37058d60d4f480a4d992a879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : tests/build/root.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

# We need to configure C/C++ modules to pass the compiler paths to some of
# bdep test commands.
#
using c
using cxx

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

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