summaryrefslogtreecommitdiff
path: root/curl/tests/build/root.build
blob: 2ea18e0a515d7053795d89262e7855c300b4679e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : tests/build/root.build
# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# 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