Check for requires in specs

This commit is contained in:
Tom Payne
2013-03-04 20:02:28 +01:00
parent 14e76b3a11
commit e776371f54

View File

@@ -263,7 +263,7 @@ def _strip_comments(lines):
yield line
@target('build/check-requires-timestamp', SRC, INTERNAL_SRC, EXTERNAL_SRC, EXAMPLES_SRC)
@target('build/check-requires-timestamp', SRC, INTERNAL_SRC, EXTERNAL_SRC, EXAMPLES_SRC, SPEC)
def build_check_requires_timestamp(t):
unused_count = 0
all_provides = set()