aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2016-06-30 15:43:33 -0700
committerGravatar GitHub <noreply@github.com>2016-06-30 15:43:33 -0700
commit0d12151d29118e6cddd879c8b0a4478524c69eec (patch)
tree98d853ec24e569a083b7ef62022e0086068c9ded /tools/run_tests/run_tests.py
parenta5596db1a53723789d7c90c23d9cbfbb8207f949 (diff)
parentf329395514182ef61f01552daabba471ae28085e (diff)
Merge pull request #6992 from y-zeng/auto-build-example
Build objective-c examples as part of automatic tests
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 28a93dd822..c1254275e6 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -622,7 +622,10 @@ class ObjCLanguage(object):
def test_specs(self):
return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None,
- environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
+ environ=_FORCE_ENVIRON_FOR_WRAPPERS),
+ self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
+ None, timeout_seconds=15*60,
+ environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def pre_build_steps(self):
return []