We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072e0a9 commit 21ec26aCopy full SHA for 21ec26a
tests/ci/android/AWSLCAndroidTestRunner/app/build.gradle
@@ -64,6 +64,7 @@ android {
64
if (!cmake_args.isEmpty()) {
65
arguments cmake_args.split(',')
66
}
67
+ targets "all_tests"
68
abiFilters specific_abis.split(',')
69
70
tests/ci/android/AWSLCAndroidTestRunner/app/src/main/cpp/CMakeLists.txt
@@ -21,6 +21,7 @@ list(APPEND ANDROID_TEST_CASES "crypto_test")
21
list(APPEND ANDROID_TEST_CASES "urandom_test")
22
list(APPEND ANDROID_TEST_CASES "ssl_test")
23
24
+
25
# Generate Kotlin test classes
26
get_filename_component(testrunner_path "../../androidTest/java/software/amazon/aws/crypto/awslcandroidtestrunner" REALPATH)
27
foreach(name IN LISTS ANDROID_TEST_CASES)
0 commit comments