summaryrefslogtreecommitdiff
path: root/openssl/tests/build/root.build
blob: 88b2940dbfdea05b8852a24b7c45497091f1101b (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.config

# 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