[extended tests] Enable krb5 tests in Travis

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2022)
This commit is contained in:
Robbie Harwood 2017-04-05 12:54:41 -04:00 committed by Richard Levitte
parent 483bc2dcd3
commit 0fef74486e
3 changed files with 8 additions and 0 deletions

4
.gitmodules vendored
View file

@ -5,3 +5,7 @@
[submodule "pyca.cryptography"]
path = pyca-cryptography
url = https://github.com/pyca/cryptography.git
[submodule "krb5"]
path = krb5
url = https://github.com/krb5/krb5

View file

@ -196,6 +196,9 @@ script:
sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install wine;
export EXE_SHELL="wine" WINEPREFIX=`pwd`;
fi;
if [ -e krb5/src ]; then
sudo apt-get -yq install bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python-cjson python-paste python-pyrad slapd tcl-dev tcsh;
fi;
HARNESS_VERBOSE=yes BORING_RUNNER_DIR=$top/boringssl/ssl/test/runner make test;
else
$make build_tests;

1
krb5 Submodule

@ -0,0 +1 @@
Subproject commit b9ad6c49505c96a088326b62a52568e3484f2168