OSDN Git Service

add runTestCaseRunner for TestRunner example
authortsntsumi <tsntsumi@users.sourceforge.jp>
Fri, 20 Aug 2010 23:23:59 +0000 (23:23 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Fri, 20 Aug 2010 23:23:59 +0000 (23:23 +0000)
examples/complex/Makefile.am

index 95eeca6..82b3d01 100644 (file)
 # $Id$
 
 noinst_LIBRARIES = libcomplex.a
-check_PROGRAMS = runTestCase runTestCaseSetup runTestSuite runTestSuiteAuto \
+check_PROGRAMS = runTestCase runTestCaseRunner runTestCaseSetup \
+       runTestSuite runTestSuiteAuto \
        runTestRunner
-TESTS = runTestCase runTestCaseSetup \
+TESTS = runTestCase runTestCaseRunner runTestCaseSetup \
        runTestSuite runTestSuiteAuto runTestRunner
 
 libcomplex_a_SOURCES = complex.c complex.h
@@ -31,6 +32,8 @@ LDADD = -lcomplex -lccunit
 
 runTestCase_SOURCES = runTestCase.c testComplex.c
 
+runTestCaseRunner_SOURCES = runTestCaseRunner.c testComplex.c
+
 runTestCaseSetup_SOURCES = runTestCaseSetup.c testComplexSetup.c
 
 runTestSuite_SOURCES = runTestSuite.c testComplexSetup.c testComplexArith.c