Browse Source

* Set better defaults

Michaël Van Canneyt 2 years ago
parent
commit
e6c7efe057
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/rtl-generics/tests/testrunner.rtlgenerics.pp

+ 2 - 0
packages/rtl-generics/tests/testrunner.rtlgenerics.pp

@@ -22,6 +22,8 @@ var
   Application: TTestRunner;
   Application: TTestRunner;
 
 
 begin
 begin
+  DefaultFormat:=fPlain;
+  DefaultRunAllTests:=True;
   Application := TTestRunner.Create(nil);
   Application := TTestRunner.Create(nil);
   Application.Initialize;
   Application.Initialize;
   Application.Title := 'RTL-Generics unit tests';
   Application.Title := 'RTL-Generics unit tests';