OSDN Git Service

# added
authortsutsumi <>
Sat, 4 Oct 2003 18:16:44 +0000 (18:16 +0000)
committertsutsumi <>
Sat, 4 Oct 2003 18:16:44 +0000 (18:16 +0000)
ChangeLog

index 9bbdb58..a24239e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,128 @@
+2003-10-04  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/Makefile.am, configure.ac:
+       add --enable-coverage option to coverage test
+
+2003-10-03  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * tests/Makefile.am: add BUILT_SOURCES
+
+2003-10-01  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitWriteSuite.c:
+       Because how to mount an automatic TestSuite preparation function was changed, deletion
+
+       * tests/runFailure.c: The decision of a test success is modified.
+
+       * tests/failAssert.c: static testCase test
+
+       * src/ccunit/Makefile.am: The file of the un-use is deleted.
+
+       * src/ccunit/CCUnitTestSuite.c:
+       A NULL check in the memory allocation is added.
+
+       * src/ccunit/CCUnitTestRunner.c: An error check is added.
+
+       * src/ccunit/CCUnitTestResult.c:
+       The management which TestCase was made to run to was moved from TestResult, and collected in TestFixutre.
+
+       * src/ccunit/CCUnitTestFixture.h: ctor/dtor is deleted.
+
+       * src/ccunit/CCUnitTestFixture.c:
+       The management which TestCase was made to run to was moved from TestResult, and collected in TestFixutre.
+
+       * src/ccunit/CCUnitTestCase.h:
+       A TestFunc class is defined as the alias of TestCase.
+       A function related to TestFunc is added.
+
+       * src/ccunit/CCUnitTestCase.c: A function related to TestFunc is added.
+
+       * src/ccunit/CCUnitReadSuite.c: ctor/dtor is deleted.
+       A TEST SUITE key word is added.
+
+       * src/ccunit/CCUnitPrintSuite.c: ctor/dtor was deleted.
+       A common code was collected in the function.
+
+       * src/ccunit/CCUnitList.c:
+       A NULL check in the memory allocation is added.
+
+       * src/ccunit/CCUnitConfig.h:
+       It was included after stdlib.h because it became a compilation error when dmalloc.h was included in front of stdlib.h when it was compiled with Cygwin.
+
+       * doc/cookbook.dox:
+       It was modified corresponding to the function change of the function.
+
+       * TODO: It was deleted because it was with the meaningless function.
+
+2003-09-29  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitTestRunner.h: add get result from runner function
+
+       * src/ccunit/CCUnitTestRunner.c: add testCase null check
+
+       * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
+       catch ctor/dtor/setUp/tearDown longjmp
+
+       * src/ccunit/CCUnitReadSuite.c: read ctor/dtor of fixture
+
+       * src/ccunit/CCUnitAssert.h: set define value
+
+       * doc/cookbook.dox: collect function name
+
+2003-09-28  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitReadSuite.c: add comment
+
+       * src/ccunit/CCUnitMakeSuite.h: add underscore prefix
+
+       * src/ccunit/CCUnitAssert.h: renamed
+
+       * src/tools/ccunit_makeSuite.c: modified document tags
+
+       * src/ccunit/CCUnitWriteSuite.c: change private struct name
+
+       * src/ccunit/CCUnitTestRunner.c: modified document tags
+
+       * src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitPrintSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c:
+       change private struct name
+
+       * src/ccunit/CCUnitAssert.c: modified document tags
+
+       * doc/Makefile.am: add dist-docs target
+
+       * doc/Doxyfile.in: option changed
+
+       * Makefile.am: add docs dist rules
+
+       * tests/Makefile.am: change suiteFailure.c to failAssert.h
+
+       * tests/runFailure.c: change make suite funciton
+
+       * tests/failAssert.c: make test cases to static
+
+       * src/ccunit/CCUnitTestSuite.h: add test suite definition struct
+
+       * src/ccunit/CCUnitTestFixture.h: add test fixture definition struct
+
+       * src/ccunit/CCUnitMakeSuite.h: change struct name
+
+       * src/ccunit/CCUnitMakeSuite.c: change function
+
+       * src/ccunit/CCUnitReadSuite.c: rename struct.
+       to read static ident.
+
+       * src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h: remove typedef
+
+       * src/ccunit/CCUnitTestFixture.c: add ctor/dtor
+
+       * src/ccunit/Makefile.am: add new module
+
+       * src/ccunit/CCUnitWriteSuite.c: change struct name
+
+       * src/ccunit/CCUnitTestSuite.c: add new function
+
+       * src/ccunit/CCUnitPrintSuite.c: new
+
 2003-09-25  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
        * TODO: A TODO item was added.