blob: bb9582ef5c1b15be0240a66ff2d0c6e5634aaf7a (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/build/root.build
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Setup the client and agents that we are testing.
#
import openssl_client = openssl-agent%exe{openssl-client}
import openssl_agent_pkcs11 = openssl-agent%exe{openssl-agent-pkcs11}
|