test: fixed long options of the console test runner

git-svn-id: trunk@16126 -
This commit is contained in:
vincents 2008-08-18 17:08:14 +00:00
parent 8fc60d8e8c
commit e711e12a9a

View File

@ -48,6 +48,8 @@ procedure TLazTestRunner.AppendLongOpts;
begin
inherited;
LongOpts.Add('compiler:');
LongOpts.Add('machine:');
LongOpts.Add('submitter:');
end;
procedure TLazTestRunner.ParseOptions;