Make.spec
changeset 256 11b8c853542d
parent 246 83e601302bf3
child 337 072f2b101bfa
equal deleted inserted replaced
255:dff484020963 256:11b8c853542d
     1 # $Header: /cvs/stx/stx/goodies/sunit/Make.spec,v 1.8 2011-07-06 14:29:35 cg Exp $
     1 # $Header: /cvs/stx/stx/goodies/sunit/Make.spec,v 1.9 2011-07-07 12:47:25 cg Exp $
     2 #
     2 #
     3 # DO NOT EDIT
     3 # DO NOT EDIT
     4 # automagically generated from the projectDefinition: stx_goodies_sunit.
     4 # automagically generated from the projectDefinition: stx_goodies_sunit.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    51 
    51 
    52 COMMON_CLASSES= \
    52 COMMON_CLASSES= \
    53 	SUnitDelay \
    53 	SUnitDelay \
    54 	SUnitNameResolver \
    54 	SUnitNameResolver \
    55 	TestAsserter \
    55 	TestAsserter \
    56 	TestCaseWithArguments \
       
    57 	TestFailure \
    56 	TestFailure \
    58 	TestResult \
    57 	TestResult \
    59 	TestRunner \
    58 	TestRunner \
    60 	TestSuite \
    59 	TestSuite \
    61 	TestSuitesScripter \
    60 	TestSuitesScripter \
    62 	stx_goodies_sunit \
    61 	stx_goodies_sunit \
    63 	ResumableTestFailure \
    62 	ResumableTestFailure \
    64 	TestCase \
    63 	TestCase \
       
    64 	TestCaseWithArguments \
    65 	TestResource \
    65 	TestResource \
    66 
    66 
    67 
    67 
    68 
    68 
    69 
    69 
    70 COMMON_OBJS= \
    70 COMMON_OBJS= \
    71     $(OUTDIR)SUnitDelay.$(O) \
    71     $(OUTDIR)SUnitDelay.$(O) \
    72     $(OUTDIR)SUnitNameResolver.$(O) \
    72     $(OUTDIR)SUnitNameResolver.$(O) \
    73     $(OUTDIR)TestAsserter.$(O) \
    73     $(OUTDIR)TestAsserter.$(O) \
    74     $(OUTDIR)TestCaseWithArguments.$(O) \
       
    75     $(OUTDIR)TestFailure.$(O) \
    74     $(OUTDIR)TestFailure.$(O) \
    76     $(OUTDIR)TestResult.$(O) \
    75     $(OUTDIR)TestResult.$(O) \
    77     $(OUTDIR)TestRunner.$(O) \
    76     $(OUTDIR)TestRunner.$(O) \
    78     $(OUTDIR)TestSuite.$(O) \
    77     $(OUTDIR)TestSuite.$(O) \
    79     $(OUTDIR)TestSuitesScripter.$(O) \
    78     $(OUTDIR)TestSuitesScripter.$(O) \
    80     $(OUTDIR)stx_goodies_sunit.$(O) \
    79     $(OUTDIR)stx_goodies_sunit.$(O) \
    81     $(OUTDIR)ResumableTestFailure.$(O) \
    80     $(OUTDIR)ResumableTestFailure.$(O) \
    82     $(OUTDIR)TestCase.$(O) \
    81     $(OUTDIR)TestCase.$(O) \
       
    82     $(OUTDIR)TestCaseWithArguments.$(O) \
    83     $(OUTDIR)TestResource.$(O) \
    83     $(OUTDIR)TestResource.$(O) \
    84     $(OUTDIR)extensions.$(O) \
    84     $(OUTDIR)extensions.$(O) \
    85 
    85 
    86 
    86 
    87 
    87