Rev. | Tiempo | Autor |
---|---|---|
cbe73c9 | 2003-10-05 18:59:03 | tsntsumi |
# removed |
||
2556dd7 | 2003-10-05 18:56:55 | tsntsumi |
add CLEANFILES |
||
7449138 | 2003-10-05 18:56:41 | tsntsumi |
add object assert macro |
||
a8c4b6b | 2003-10-05 18:56:25 | tsntsumi |
add object assert function |
||
8af8133 | 2003-10-05 18:55:36 | tsntsumi |
change example Maney to complex_t |
||
d3d47ed | 2003-10-05 18:54:19 | tsntsumi |
add examples |
||
3926953 | 2003-10-05 18:53:41 | tsntsumi |
# add new features |
||
f59cd38 | 2003-10-05 03:16:44 | tsntsumi |
# added |
||
539506c | 2003-10-04 21:51:10 | tsntsumi |
# added |
||
d7b3970 | 2003-10-04 21:48:23 | tsntsumi |
add --enable-coverage option to coverage test |
||
4579d2d | 2003-10-04 08:04:38 | tsntsumi |
add BUILT_SOURCES |
||
37a8e6c | 2003-10-02 06:03:07 | tsntsumi |
# update version |
||
7827522 | 2003-10-02 06:00:36 | tsntsumi |
Because how to mount an automatic TestSuite preparation function was changed, deletion |
||
aae909b | 2003-10-02 05:58:40 | tsntsumi |
# "TEST SUITE:" keyword was added. |
||
1842195 | 2003-10-02 05:57:32 | tsntsumi |
The decision of a test success is modified. |
||
d0611ab | 2003-10-02 05:56:36 | tsntsumi |
static testCase test |
||
78904d9 | 2003-10-02 05:55:57 | tsntsumi |
# modified |
||
5f5b646 | 2003-10-02 05:55:20 | tsntsumi |
The file of the un-use is deleted. |
||
7bd58d5 | 2003-10-02 05:54:17 | tsntsumi |
A NULL check in the memory allocation is added. |
||
a9581e4 | 2003-10-02 05:52:59 | tsntsumi |
An error check is added. |
||
3ff5f72 | 2003-10-02 05:51:51 | tsntsumi |
The management which TestCase was made to run to was moved from TestResult, and collected in TestFixutre. |
||
3505991 | 2003-10-02 05:50:58 | tsntsumi |
ctor/dtor is deleted. |
||
b165603 | 2003-10-02 05:47:28 | tsntsumi |
A TestFunc class is defined as the alias of TestCase. |
||
7153042 | 2003-10-02 05:46:03 | tsntsumi |
A function related to TestFunc is added. |
||
f7a06ab | 2003-10-02 05:44:26 | tsntsumi |
ctor/dtor is deleted. |
||
8b820c4 | 2003-10-02 05:40:15 | tsntsumi |
ctor/dtor was deleted. |
||
e49feb0 | 2003-10-02 05:37:22 | tsntsumi |
A NULL check in the memory allocation is added. |
||
7fdfe88 | 2003-10-02 05:36:00 | tsntsumi |
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. |
||
7d0b0ce | 2003-10-02 05:26:21 | tsntsumi |
It was modified corresponding to the function change of the function. |
||
25e21ab | 2003-10-02 05:22:33 | tsntsumi |
It was deleted because it was with the meaningless function. |