summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAri Hausman-Cohen <arihc@google.com>2015-07-30 16:19:02 -0700
committerAri Hausman-Cohen <arihc@google.com>2015-07-31 15:36:44 -0700
commit1b76d5093c5fa225158f8c39ccee50c315ada639 (patch)
treead7832fa5ed36e2f9d725b094aaca45332d8ae4f /testing
parent8019ff270413af5acaccf6a4c403fc14afa9df66 (diff)
downloadlibchrome-1b76d5093c5fa225158f8c39ccee50c315ada639.tar.gz
Updated libchrome to build native unit tests
libchromeTests added to Android.mk, along with many unit test files. Once built and synced, the tests can be run on the device/emulator via /data/nativetest/libchrome_test/libchrome_test Moved the gtest & gmock testing directory out of base/ since all the files were looking for it directly under libchrome/. Bug: 22857514 Change-Id: Ib65897b32979160768dd1e45092bb8f520833666 Signed-off-by: Ari Hausman-Cohen <arihc@google.com>
Diffstat (limited to 'testing')
-rw-r--r--testing/gmock/include/gmock/gmock.h1
-rw-r--r--testing/gtest/include/gtest/gtest.h1
-rw-r--r--testing/gtest/include/gtest/gtest_prod.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/gmock/include/gmock/gmock.h b/testing/gmock/include/gmock/gmock.h
new file mode 100644
index 0000000000..9678b68bd1
--- /dev/null
+++ b/testing/gmock/include/gmock/gmock.h
@@ -0,0 +1 @@
+#include <gmock/gmock.h>
diff --git a/testing/gtest/include/gtest/gtest.h b/testing/gtest/include/gtest/gtest.h
new file mode 100644
index 0000000000..21805333f0
--- /dev/null
+++ b/testing/gtest/include/gtest/gtest.h
@@ -0,0 +1 @@
+#include <gtest/gtest.h>
diff --git a/testing/gtest/include/gtest/gtest_prod.h b/testing/gtest/include/gtest/gtest_prod.h
new file mode 100644
index 0000000000..00174fc47a
--- /dev/null
+++ b/testing/gtest/include/gtest/gtest_prod.h
@@ -0,0 +1 @@
+#include <gtest/gtest_prod.h>