automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Wed, 07 Nov 2012 19:51:36 +0100
changeset 517 17537554ca0e
parent 516 6c07bb53341a
child 518 9af19c20c2d6
automatically generated by browser
libInit.cc
--- a/libInit.cc	Wed Nov 07 19:51:32 2012 +0100
+++ b/libInit.cc	Wed Nov 07 19:51:36 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/goodies/sunit/libInit.cc,v 1.20 2012-10-24 18:22:38 cg Exp $
+ * $Header: /cvs/stx/stx/goodies/sunit/libInit.cc,v 1.21 2012-11-07 18:51:36 cg Exp $
  *
  * DO NOT EDIT
  * automagically generated from the projectDefinition: stx_goodies_sunit.
@@ -27,10 +27,12 @@
 void _libstx_goodies_sunit_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
 __BEGIN_PACKAGE2__("libstx_goodies_sunit", _libstx_goodies_sunit_Init, "stx:goodies/sunit");
+_MetricsReporter_Init(pass,__pRT__,snd);
 _SUnitDelay_Init(pass,__pRT__,snd);
 _SUnitNameResolver_Init(pass,__pRT__,snd);
 _TestAsserter_Init(pass,__pRT__,snd);
 _TestCaseOutcome_Init(pass,__pRT__,snd);
+_TestCoverageReporter_Init(pass,__pRT__,snd);
 _TestFailure_Init(pass,__pRT__,snd);
 _TestResult_Init(pass,__pRT__,snd);
 _TestResultReporter_Init(pass,__pRT__,snd);