Add LINT to the target list for the test setup.

This commit is contained in:
Dag-Erling Smørgrav 2003-02-23 12:41:32 +00:00
parent db08524b17
commit 3ceb962db6

View File

@ -64,7 +64,7 @@ my %CONFIGS = (
# Test setup
'9ball' => {
'BRANCHES' => [ 'CURRENT' ],
'TARGETS' => [ 'world', 'generic' ],
'TARGETS' => [ 'world', 'generic', 'lint' ],
'ARCHES' => {
'powerpc' => [ 'powerpc' ],
},