From: Robbie Harwood Date: Wed, 5 Apr 2017 16:54:41 +0000 (-0400) Subject: [extended tests] Enable krb5 tests in Travis X-Git-Tag: OpenSSL_1_1_1-pre1~1741 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=0fef74486ede58e34eeac2fab38c3f467ea31f95 [extended tests] Enable krb5 tests in Travis Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2022) --- diff --git a/.gitmodules b/.gitmodules index 696fdff396..af32ea618c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.travis.yml b/.travis.yml index cb08e40d42..61a9acc3b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; diff --git a/krb5 b/krb5 new file mode 160000 index 0000000000..b9ad6c4950 --- /dev/null +++ b/krb5 @@ -0,0 +1 @@ +Subproject commit b9ad6c49505c96a088326b62a52568e3484f2168