summaryrefslogtreecommitdiff
path: root/curl/tests/build/root.build
blob: b75fafe4a37b10525b4c7387f56ed4512eebe13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : tests/build/root.build
# license   : cURL License; see accompanying COPYING file

# We need to configure C module to obtain the target information (see below).
#
using c

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

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