Explorar el Código

* Set better defaults

Michaël Van Canneyt hace 2 años
padre
commit
e6c7efe057
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
 
 begin
+  DefaultFormat:=fPlain;
+  DefaultRunAllTests:=True;
   Application := TTestRunner.Create(nil);
   Application.Initialize;
   Application.Title := 'RTL-Generics unit tests';