Explorar o código

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

git-svn-id: trunk@36994 -
svenbarth %!s(int64=8) %!d(string=hai) anos
pai
achega
0f484eb032
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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