From b60318562bbb1b4248b3ac0ef67e2393c4c7efc1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 6 Feb 2021 05:06:43 -0500 Subject: [PATCH] Add test_shared demonstration --- TestScripts/cryptest-ndk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/cryptest-ndk.sh b/TestScripts/cryptest-ndk.sh index 37c4beb6..53888d51 100755 --- a/TestScripts/cryptest-ndk.sh +++ b/TestScripts/cryptest-ndk.sh @@ -47,7 +47,7 @@ fi ############################################################################# -files=(Android.mk Application.mk make_neon.sh) +files=(Android.mk Application.mk make_neon.sh test_shared.hxx test_shared.cxx) for file in "${files[@]}"; do echo "Downloading $file"