blob: a645b1130393f9e2830f7b3975daa88aa0ad5630 (
plain)
1
2
3
4
5
6
7
|
# file : tests/build/root.build
# 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}
|