X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.ci%2Fbuild-check.sh;h=3e843f68b9cde40238eae8870416a28563062827;hb=abf1f76739e89aeee17988a55c2375324f66c380;hp=e60045c2e898ce11eb196b11c394ce9e568da730;hpb=af0cdae35ebe75209d45928404141d37ffd684ef;p=openssl-gost%2Fengine.git diff --git a/.ci/build-check.sh b/.ci/build-check.sh index e60045c..3e843f6 100755 --- a/.ci/build-check.sh +++ b/.ci/build-check.sh @@ -7,5 +7,8 @@ make cp ./bin/gost.so ${PREFIX}/lib/engines-1.1 export LD_LIBRARY_PATH=${PREFIX}/lib +export PATH=${PREFIX}/bin:${PATH} +export OPENSSL_ENGINES=${PREFIX}/lib/engines-1.1 + +prove -v test/{00-engine.t,01-digest.t,02-mac.t,03-encrypt.t} -${PREFIX}/bin/openssl ciphers |grep GOST