Browse Source

* Default is to run all tests, plain format

git-svn-id: trunk@30322 -
michael 10 years ago
parent
commit
63405dbfdd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-fpcunit/src/tests/frameworktest.pp

+ 2 - 0
packages/fcl-fpcunit/src/tests/frameworktest.pp

@@ -40,6 +40,8 @@ Var
   App : TFPCUnitRunner;
   App : TFPCUnitRunner;
 
 
 begin
 begin
+  DefaultFormat:=fPlain;
+  DefaultRunAllTests:=True;
   App:=TFPCUnitRunner.Create(Nil);
   App:=TFPCUnitRunner.Create(Nil);
   App.Initialize;
   App.Initialize;
   App.Title := 'FPCUnit Test Suite';
   App.Title := 'FPCUnit Test Suite';