File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ WORKSPACE=$(pwd)
77rm -rf ${WORKSPACE} /openssl-install/share
88rm -rf ${WORKSPACE} /openssl-install/ssl/misc/tsget
99
10- adb push --sync ${WORKSPACE} /openssl ${WORKSPACE} /openssl-install ${WORKSPACE} /wolfssl-install/lib/libwolfssl.so ${WORKSPACE} /wolfProvider/.libs/libwolfprov.so ${WORKSPACE} /wolfProvider/provider.conf ${WORKSPACE} /wolfProvider/scripts run_helper.sh ${WORKSPACE} /wolfProvider/examples/openssl_example run_openssl.sh /data/local/tmp/.
10+ adb push --sync ${WORKSPACE} /openssl-install \
11+ ${WORKSPACE} /openssl-source/test/evp_test \
12+ ${WORKSPACE} /wolfssl-install/lib/libwolfssl.so \
13+ ${WORKSPACE} /wolfProvider/.libs/libwolfprov.so \
14+ ${WORKSPACE} /wolfProvider/provider.conf \
15+ ${WORKSPACE} /wolfProvider/scripts \
16+ ${WORKSPACE} /run_helper.sh \
17+ ${WORKSPACE} /wolfProvider/examples/openssl_example \
18+ ${WORKSPACE} /run_openssl.sh \
19+ /data/local/tmp/.
1120
1221adb shell " cd /data/local/tmp/ && ./run_helper.sh"
1322
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ EVP_TESTS=(
3636for T in ${EVP_TESTS[@]}
3737do
3838 printf " \t\t$T ... "
39- ${RUNDIR} /openssl/test/ evp_test -config ${RUNDIR} /provider.conf \
39+ ${RUNDIR} /evp_test -config ${RUNDIR} /provider.conf \
4040 ${RUNDIR} /scripts/evp_test/$T \
4141 > $T .log 2>&1
4242 if [ " $? " = " 0" ]; then
You can’t perform that action at this time.
0 commit comments