Add LINT to the target list for the test setup.

This commit is contained in:
des 2003-02-23 12:41:32 +00:00
parent b129beb008
commit 7e9bb7a64d

View File

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