aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-26 11:19:27 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-26 11:19:27 -0700
commit1cf9992ce2bf51a2d36a0af5e679a1f70dc977f4 (patch)
treece14c587a8f840124bdf994e936c06fb51829b3b /tools/buildgen
parent589e58316abeba98ac96a661f31b2a8502260c0b (diff)
Removing a few build.yaml errors
Diffstat (limited to 'tools/buildgen')
-rw-r--r--tools/buildgen/plugins/make_fuzzer_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py
index 6d318fe831..56dad2d561 100644
--- a/tools/buildgen/plugins/make_fuzzer_tests.py
+++ b/tools/buildgen/plugins/make_fuzzer_tests.py
@@ -26,8 +26,8 @@ def mako_plugin(dictionary):
new_target['build'] = 'test'
new_target['name'] += '_one_entry'
new_target['run'] = False
- new_target['src'].append('test/core/util/one_corpus_entry_fuzzer.c')
- new_target['own_src'].append('test/core/util/one_corpus_entry_fuzzer.c')
+ new_target['src'].append('test/core/util/one_corpus_entry_fuzzer.cc')
+ new_target['own_src'].append('test/core/util/one_corpus_entry_fuzzer.cc')
targets.append(new_target)
for corpus in new_target['corpus_dirs']:
for fn in sorted(glob.glob('%s/*' % corpus)):