summaryrefslogtreecommitdiff
path: root/openssl/tests/build/root.build
blob: 9e85d169dda8cd4f9fb8864d17e8c83d560b82fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : tests/build/root.build
# license   : OpenSSL and SSLeay Licenses; see accompanying LICENSE file

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

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

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