Browse Source

* change from SimpleTestRunner to ConsoleTestRunner and specify CONFIGFILE flag for the testsuite

git-svn-id: trunk@36994 -
svenbarth 8 years ago
parent
commit
0f484eb032
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 3 - 1
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -1,9 +1,11 @@
+{ %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
+
 program testrunner.rtlobjpas;
 
 {$mode objfpc}{$H+}
 
 uses
-  simpletestrunner,
+  consoletestrunner,
   tests.rtti;
 
 var