Lines Matching +full:runs +full:- +full:on
1 #!/bin/bash -eu
3 # basic-in-docker.sh
6 # -------
7 # This runs sanity checks and library tests in a Docker container. The tests
9 # in the default configuration, partial test runs in the reference
13 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
14 # for the set of Docker images we use on the CI.
17 # ---------------
21 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
28 run_in_docker -e CC=${compiler} cmake -D CMAKE_BUILD_TYPE:String="Check" .
29 run_in_docker -e CC=${compiler} make
30 run_in_docker -e CC=${compiler} make test
32 run_in_docker -e OSSL_NO_DTLS=1 tests/compat.sh
33 run_in_docker tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
34 run_in_docker tests/scripts/test-ref-configs.pl