summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/all_android.gyp3
-rwxr-xr-xbuild/android/run_tests.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index e7cf811..4735612 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -24,7 +24,8 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
- '../sql/sql.gyp:sql_unittests'
+ '../sql/sql.gyp:sql_unittests',
+ '../ipc/ipc.gyp:ipc_tests'
],
},
], # targets
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 5b95d6d..3534291 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -61,7 +61,7 @@ from single_test_runner import SingleTestRunner
from test_package_executable import TestPackageExecutable
from test_result import BaseTestResult, TestResults
-_TEST_SUITES = ['base_unittests', 'sql_unittests']
+_TEST_SUITES = ['base_unittests', 'sql_unittests', 'ipc_tests']
def RunTests(device, test_suite, gtest_filter, test_arguments, rebaseline,
timeout, performance_test, cleanup_test_files, tool,