mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
* change from SimpleTestRunner to ConsoleTestRunner and specify CONFIGFILE flag for the testsuite
git-svn-id: trunk@36994 -
This commit is contained in:
parent
bd6b4b97a7
commit
0f484eb032
@ -1,9 +1,11 @@
|
||||
{ %CONFIGFILE=fpcunit-console-defaults.ini testdefaults.ini }
|
||||
|
||||
program testrunner.rtlobjpas;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
simpletestrunner,
|
||||
consoletestrunner,
|
||||
tests.rtti;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user