Don't forbid "test:" as a target name anymore.
This commit is contained in:
parent
7144b03fd4
commit
cda24a641d
|
@ -304,7 +304,6 @@ forbidden_target_names = {'clean': None,
|
|||
'PHONY': None,
|
||||
'all': None,
|
||||
'test': None,
|
||||
'test:': None,
|
||||
'benchmark': None,
|
||||
'install': None,
|
||||
'uninstall': None,
|
||||
|
|
Loading…
Reference in New Issue