summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2021-02-23 09:08:48 (GMT)
committerGitHub <noreply@github.com>2021-02-23 09:08:48 (GMT)
commit5c9334340675bbfed4aff10bd30e63b872191f0b (patch)
tree1127c24eec8b166ef7c650474898bed5a521dbda /configure.py
parentec8de9c247dde02c447cff23cb826a7524110e79 (diff)
parent6c89e596eef50a4aa53f3cdc0f40a7071638769f (diff)
downloadNinja-5c9334340675bbfed4aff10bd30e63b872191f0b.zip
Ninja-5c9334340675bbfed4aff10bd30e63b872191f0b.tar.gz
Ninja-5c9334340675bbfed4aff10bd30e63b872191f0b.tar.bz2
Merge pull request #1331 from ilor/missingdeps3
missingdeps tool, take 2
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 1a3aca5..ffa75c7 100755
--- a/configure.py
+++ b/configure.py
@@ -511,6 +511,7 @@ for name in ['build',
'line_printer',
'manifest_parser',
'metrics',
+ 'missing_deps',
'parser',
'state',
'status',
@@ -578,6 +579,7 @@ for name in ['build_log_test',
'graph_test',
'lexer_test',
'manifest_parser_test',
+ 'missing_deps_test',
'ninja_test',
'state_test',
'status_test',