blob: 10ef675705df79d9dc860b2dc0c92219b804a56e (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2019 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
|