[go: nahoru, domu]

GTestJNI with googletest AAR

Test: Added new test GtestRunnerTest
Relnote: "Added new API GtestRunner and TargetLibrary for running
googletest tests on device with JUnit."

Change-Id: If8438b3985f93ecc7c7f0badf313f48c0ae5012f
diff --git a/settings.gradle b/settings.gradle
index 3c9632b..de55a4a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -679,6 +679,7 @@
 includeProject(":startup:startup-runtime", "startup/startup-runtime", [BuildType.MAIN])
 includeProject(":startup:startup-runtime-lint", "startup/startup-runtime-lint", [BuildType.MAIN])
 includeProject(":swiperefreshlayout:swiperefreshlayout", "swiperefreshlayout/swiperefreshlayout", [BuildType.MAIN])
+includeProject(":test:junit:junit-gtest", "test/junit/junit-gtest", [BuildType.MAIN])
 includeProject(":test:screenshot:screenshot", "test/screenshot/screenshot")
 includeProject(":test:screenshot:screenshot-proto", "test/screenshot/screenshot/proto", [BuildType.MAIN])
 includeProject(":text:text", "text/text", [BuildType.COMPOSE])