aboutsummaryrefslogtreecommitdiff
path: root/util/run-local-emulator-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/run-local-emulator-tests.sh')
-rwxr-xr-xutil/run-local-emulator-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/run-local-emulator-tests.sh b/util/run-local-emulator-tests.sh
index 30b31bedb..733f63744 100755
--- a/util/run-local-emulator-tests.sh
+++ b/util/run-local-emulator-tests.sh
@@ -8,6 +8,9 @@ adb logcat *:S TestRunner:V & LOGCAT_PID=$!
readonly GRADLE_PROJECTS=(
"javatests/artifacts/hilt-android/simple"
"javatests/artifacts/hilt-android/simpleKotlin"
+ "javatests/artifacts/hilt-android/viewmodel"
+ "javatests/artifacts/hilt-android/lazyclasskey"
+ "javatests/artifacts/dagger/lazyclasskey"
)
for project in "${GRADLE_PROJECTS[@]}"; do
echo "Running gradle Android emulator tests for $project"