blob: f76786c46c23cbe732487e6829f79b9f92cacf4b (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} $openssl_client $openssl_agent_pkcs11
testscript{client}@./: test = $openssl_client
testscript{agent-pkcs11}@./: test = $openssl_agent_pkcs11
|