Don't forbid "test:" as a target name anymore.

This commit is contained in:
Hemmo Nieminen 2017-02-16 18:26:04 +02:00 committed by Jussi Pakkanen
parent 7144b03fd4
commit cda24a641d
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ forbidden_target_names = {'clean': None,
'PHONY': None,
'all': None,
'test': None,
'test:': None,
'benchmark': None,
'install': None,
'uninstall': None,