mirror of
https://github.com/reactos/ninja.git
synced 2024-11-27 05:30:25 +00:00
Rename parser_perftest to depfile_parser_perftest.
This commit is contained in:
parent
c6ff4afe58
commit
68a4bb27d1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user