summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 03:29:20 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 03:29:20 +0000
commit679880c21f6ff0c7aa0d0289768297a2ef2e44a6 (patch)
treee63ebf83c3393669b66ab94d12d5ee198eeea8fd /build
parentfc2890a6a7422ec423e20009f5d4cb7da05b27bc (diff)
downloadchromium_src-679880c21f6ff0c7aa0d0289768297a2ef2e44a6.zip
chromium_src-679880c21f6ff0c7aa0d0289768297a2ef2e44a6.tar.gz
chromium_src-679880c21f6ff0c7aa0d0289768297a2ef2e44a6.tar.bz2
Enable sql_unittests for Android.
BUG= TEST= Review URL: http://codereview.chromium.org/8351064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all_android.gyp1
-rwxr-xr-xbuild/android/run_tests.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 3aa4ddd..e7cf811 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -24,6 +24,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ '../sql/sql.gyp:sql_unittests'
],
},
], # targets
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 1425240..5b95d6d 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',]
+_TEST_SUITES = ['base_unittests', 'sql_unittests']
def RunTests(device, test_suite, gtest_filter, test_arguments, rebaseline,
timeout, performance_test, cleanup_test_files, tool,