Rename parser_perftest to depfile_parser_perftest.

This commit is contained in:
Nico Weber 2014-04-15 17:43:03 -07:00
parent c6ff4afe58
commit 68a4bb27d1
2 changed files with 2 additions and 2 deletions

View File

@ -377,8 +377,8 @@ all_targets += ninja_test
n.comment('Ancillary executables.')
objs = cxx('parser_perftest')
all_targets += n.build(binary('parser_perftest'), 'link', objs,
objs = cxx('depfile_parser_perftest')
all_targets += n.build(binary('depfile_parser_perftest'), 'link', objs,
implicit=ninja_lib, variables=[('libs', libs)])
objs = cxx('build_log_perftest')
all_targets += n.build(binary('build_log_perftest'), 'link', objs,