automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Wed, 24 Oct 2012 20:22:16 +0200
changeset 466 630061e17f86
parent 465 0297ec178c9f
child 467 14439a73fbcf
automatically generated by browser
Make.spec
--- a/Make.spec	Wed Oct 24 18:16:08 2012 +0200
+++ b/Make.spec	Wed Oct 24 20:22:16 2012 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/goodies/sunit/Make.spec,v 1.18 2011-08-21 15:28:07 cg Exp $
+# $Header: /cvs/stx/stx/goodies/sunit/Make.spec,v 1.19 2012-10-24 18:22:16 cg Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_goodies_sunit.
@@ -18,7 +18,7 @@
 
 
 # Argument(s) to the stc compiler (stc --usage).
-#  -H.         : create header files locally
+#  -headerDir=. : create header files locally
 #                (if removed, they will be created as common
 #  -Pxxx       : defines the package
 #  -Zxxx       : a prefix for variables within the classLib
@@ -55,6 +55,7 @@
 	TestAsserter \
 	TestFailure \
 	TestResult \
+	TestResultReporter \
 	TestRunner \
 	TestSuite \
 	TestSuitesScripter \
@@ -76,6 +77,7 @@
     $(OUTDIR)TestAsserter.$(O) \
     $(OUTDIR)TestFailure.$(O) \
     $(OUTDIR)TestResult.$(O) \
+    $(OUTDIR)TestResultReporter.$(O) \
     $(OUTDIR)TestRunner.$(O) \
     $(OUTDIR)TestSuite.$(O) \
     $(OUTDIR)TestSuitesScripter.$(O) \