summaryrefslogtreecommitdiff
path: root/curl/tests/build/root.build
blob: 5aff06b15549df50b33332f06eb634c1b67d9e5f (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.config

# 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