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