From 4d3f8c0bb5cfac7e012c5d0fde312e9831c2aa00 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 28 Jun 2006 17:44:11 +0000 Subject: [PATCH] added files git-svn-id: trunk@9519 - --- components/fpcunit/fpcunittestrunner.lpk | 18 +++++++++++++++++- components/fpcunit/fpcunittestrunner.pas | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/components/fpcunit/fpcunittestrunner.lpk b/components/fpcunit/fpcunittestrunner.lpk index 788cb35eb5..361a911129 100644 --- a/components/fpcunit/fpcunittestrunner.lpk +++ b/components/fpcunit/fpcunittestrunner.lpk @@ -19,11 +19,27 @@ - + + + + + + + + + + + + + + + + + diff --git a/components/fpcunit/fpcunittestrunner.pas b/components/fpcunit/fpcunittestrunner.pas index 4b1148cbeb..c45acc5f69 100644 --- a/components/fpcunit/fpcunittestrunner.pas +++ b/components/fpcunit/fpcunittestrunner.pas @@ -7,7 +7,7 @@ unit FPCUnitTestRunner; interface uses - GuiTestRunner; + GuiTestRunner, xmlreporter; implementation