Skip to content

Commit 21ec26a

Browse files
committed
Fix shared tests
1 parent 072e0a9 commit 21ec26a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ci/android/AWSLCAndroidTestRunner/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ android {
6464
if (!cmake_args.isEmpty()) {
6565
arguments cmake_args.split(',')
6666
}
67+
targets "all_tests"
6768
abiFilters specific_abis.split(',')
6869
}
6970
}

tests/ci/android/AWSLCAndroidTestRunner/app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ list(APPEND ANDROID_TEST_CASES "crypto_test")
2121
list(APPEND ANDROID_TEST_CASES "urandom_test")
2222
list(APPEND ANDROID_TEST_CASES "ssl_test")
2323

24+
2425
# Generate Kotlin test classes
2526
get_filename_component(testrunner_path "../../androidTest/java/software/amazon/aws/crypto/awslcandroidtestrunner" REALPATH)
2627
foreach(name IN LISTS ANDROID_TEST_CASES)

0 commit comments

Comments
 (0)