commit | a602a41168eef1225b054c9dd15d3b74a5f0a47d | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Sep 04 16:04:42 2024 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Sep 25 18:05:17 2024 +0200 |
tree | 40fdd82245978d5358cf0166d00be3af2f474e6c | |
parent | 6959f53896029b0468b7d9c59151d6fca4449251 [diff] |
Prepare to test SSL sample programs Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/opt-testcases/sample.sh b/tests/opt-testcases/sample.sh new file mode 100644 index 0000000..05db6b8 --- /dev/null +++ b/tests/opt-testcases/sample.sh
@@ -0,0 +1,6 @@ +# Test that SSL sample programs can interoperate with OpenSSL and GnuTLS. + +# Copyright The Mbed TLS Contributors +# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + +: ${PROGRAMS_DIR:=../programs/ssl}