summaryrefslogtreecommitdiff
path: root/libssl/tests/build/root.build
blob: 02e2e5d8c33b3f4098cad67c1fae44587335a4c5 (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

using c

h{*}: extension = h
c{*}: extension = c

# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true

# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $c.target