aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-03-22 10:54:31 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-03-22 10:54:31 -0700
commit937302b0df8d18f0cba94b2fd5f9804a138c0b3a (patch)
tree671f0b2df4a05551be02580c5b2c6444c0aa5ff3 /tools/buildgen
parenteb799b78b3b260722a74bfcaa14b43ecaa9341ae (diff)
parentbe0dba162edf8a105a0e529f1e70e2b352137d4c (diff)
Merge remote-tracking branch 'upstream/master' into cares_rebase
Diffstat (limited to 'tools/buildgen')
-rw-r--r--tools/buildgen/plugins/make_fuzzer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py
index ba9825acb9..5fc28ddd31 100644
--- a/tools/buildgen/plugins/make_fuzzer_tests.py
+++ b/tools/buildgen/plugins/make_fuzzer_tests.py
@@ -52,7 +52,7 @@ def mako_plugin(dictionary):
'exclude_iomgrs': ['uv'],
'exclude_configs': ['tsan'],
'uses_polling': False,
- 'platforms': ['linux'],
+ 'platforms': ['mac', 'linux'],
'ci_platforms': ['linux'],
'flaky': False,
'language': 'c',