Skip to content

Commit 2401b2c

Browse files
author
Andras Fekete
committed
Remove superfluous copy to Android
1 parent 0bff7cc commit 2401b2c

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

IDE/Android/run.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ WORKSPACE=$(pwd)
77
rm -rf ${WORKSPACE}/openssl-install/share
88
rm -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

1221
adb shell "cd /data/local/tmp/ && ./run_helper.sh"
1322

IDE/Android/run_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EVP_TESTS=(
3636
for T in ${EVP_TESTS[@]}
3737
do
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

0 commit comments

Comments
 (0)