CONFIG="--enable-mods-shared=reallyall"
TEST_MALLOC=1
# -------------------------------------------------------------------------
- - name: Linux Ubuntu, Shared MPMs (event), pool-debug
+ - name: Linux Ubuntu, Shared MPMs (event), pool-debug, SSL/TLS variants
env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug"
APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap"
CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=event"
- TEST_MALLOC=1
+ TEST_MALLOC=1 TEST_SSL=1
# -------------------------------------------------------------------------
- - name: Linux Ubuntu, Shared MPMs (prefork), pool-debug
+ - name: Linux Ubuntu, Shared MPMs (prefork), pool-debug, SSL/TLS variants
env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug"
APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap"
CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=prefork"
- TEST_MALLOC=1
+ TEST_MALLOC=1 TEST_SSL=1
# -------------------------------------------------------------------------
- name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, pool-debug, LDAP
env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug"
RV=$?
popd
fi
- if test -v LITMUS; then
+
+ if test -v TEST_SSL -a $RV -eq 0; then
+ pushd test/perl-framework
+ # A test suite run with SSLSessionCache defined (see t/conf/ssl.conf.in)
+ ./t/TEST -defines TEST_SSL_SESSCACHE t/ssl
+ RV=$?
+ if test $RV -eq 0; then
+ # A test suite run with "SSLProtocol TLSv1.2" (see t/conf/ssl.conf.in)
+ ./t/TEST -sslproto TLSv1.2 t/ssl
+ RV=$?
+ fi
+ popd
+ fi
+
+ if test -v LITMUS -a $RV -eq 0; then
pushd test/perl-framework
mkdir -p t/htdocs/modules/dav
./t/TEST -start