aceunit-news Mailing List for AceUnit
Status: Beta
Brought to you by:
christianhujer
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christian H. <ch...@ri...> - 2008-01-26 23:03:25
|
This release fixes a bug that caused the Java Generator to run out of heap= =20 space. What is AceUnit? AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =20 can be used in resource constraint environments, e.g. embedded software =20 development.=20 =20 Changes since 0.5.1 / 0.6:=20 * [ 1879533 ] missing EOL at EOF makes Generator run out of heap space=20 =20 URLs: =20 Homepage: http://aceunit.sourceforge.net/ =20 SourceForge: http://sourceforge.net/projects/aceunit =20 =46reshMeat: http://freshmeat.net/projects/aceunit/ =20 Ohloh: http://www.ohloh.net/projects/9006 =20 CIA.vc: http://cia.vc/stats/project/aceunit =20 Download: http://sourceforge.net/project/showfiles.php?group_id=3D3D207094 =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2008-01-17 22:34:18
|
Dear community, just released AceUnit 0.6 which is a minor bugfix release. What is AceUnit? =20 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =20 can be used in resource constraint environments, e.g. embedded software =20 development. Changes since 0.5: Bugs fixed: * [ 1874120 ] Generator Unit Test SuiteTest doesn't compile * [ 1872852 ] AceUnit sources contain trailing whitespace =46eatures implemented: * [ 1873848 ] Framework should support fixture data URLs: Homepage: http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: http://freshmeat.net/projects/aceunit/ Ohloh: http://www.ohloh.net/projects/9006 CIA.vc: http://cia.vc/stats/project/aceunit Download: http://sourceforge.net/project/showfiles.php?group_id=3D3D2070= 94 =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2008-01-17 22:05:28
|
Dear community, just released AceUnit 0.5.1 which is a minor bugfix release. Users of 0.5 do not need to upgrade unless they want to run the AceUnit Jav= a=20 Generator's Unit Tests. Release note from 0.5: The Java Generator now recognizes comments. RAM consumption is reduced=20 significantly. AceUnit now can be used with only very little stack and near= ly=20 no heap. What is AceUnit? =20 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =20 can be used in resource constraint environments, e.g. embedded software =20 development. Changes since 0.5: Bugs fixed: * [ 1874120 ] Generator Unit Test SuiteTest doesn't compile Changes since 0.4: Bugs fixed: * [ 1864061 ] Java Generator does not recognize comments -> linker problem * [ 1862809 ] Incorrect example in --help text =46eatures implemented: * [ 1853329 ] Reduce RAM consumption Other work: * Added German translation of help texts. * Started implementation of Suites (unfinished). * Some minor bug fixes. * Refactoring of GenTest. URLs: Homepage: =A0 =A0http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: =A0 http://freshmeat.net/projects/aceunit/ Ohloh: =A0 =A0 =A0 http://www.ohloh.net/projects/9006 CIA.vc: =A0 =A0 =A0http://cia.vc/stats/project/aceunit Download: =A0 =A0http://sourceforge.net/project/showfiles.php?group_id=3D3D= 207094 =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2008-01-15 00:38:38
|
Dear community, just released AceUnit 0.5 which is a minor feature update. It also contains major bugfixes. The Java Generator now recognizes comments. RAM consumption is reduced=20 significantly. AceUnit now can be used with only very little stack and near= ly=20 no heap. Changes since 0.4: Bugs fixed: * [ 1864061 ] Java Generator does not recognize comments -> linker problem * [ 1862809 ] Incorrect example in --help text =46eatures implemented: * [ 1853329 ] Reduce RAM consumption Other work: * Added German translation of help texts. * Started implementation of Suites (unfinished). * Some minor bug fixes. * Refactoring of GenTest. Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-12-18 00:44:58
|
Dear community, just released AceUnit 0.4 which is a minor feature update. It also contains major bugfixes. What is AceUnit? =A0 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =A0 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =A0 can be used in resource constraint environments, e.g. embedded software =A0 development. Changes since 0.3.2: Bugs fixed: * [ 1851542 ] Generator not strict C89 (uses // comments) * [ 1851271 ] The Generator SHOULD declare constant data as const * [ 1851258 ] ACEUNIT_EMBEDDED doesn't work in runFixture() * [ 1851256 ] ACEUNIT_LOGGING_STYLE_SIMPLE doesn't work =46eatures implemented: * [ 1851269 ] Allow specifying sections Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-12-15 00:38:28
|
Dear community, just released AceUnit 0.3.2 which is a minor bugfix update. What is AceUnit? =A0 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =A0 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =A0 can be used in resource constraint environments, e.g. embedded software =A0 development.=20 =A0 ChangeLog: 0.3.2: Bugs fixed: * [ 1850961 ] Generator creates wrong name: EMBEDED instead of EMBEDDED * [ 1850950 ] Bogus prototypes, please add arg types Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-12-14 10:19:57
|
Dear community, just released AceUnit 0.3.1 which is a minor bugfix update. What is AceUnit? =A0 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =A0 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =A0 can be used in resource constraint environments, e.g. embedded software =A0 development.=20 =A0 ChangeLog: 0.3.1: * [ 1850042 ] Suspicious use of & Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-12-01 12:36:55
|
Dear community, just released AceUnit 0.2 which is a major update.=20 AceUnit now runs with Visual Studio, too.=20 =20 What is AceUnit? =20 AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test =20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit = =20 can be used in resource constraint environments, e.g. embedded software =20 development.=20 =20 ChangeLog:=20 AceUnit compiles on gcc with -pedantic -Wall -std=3Dc89.=20 Implemented feature request "[ 1836413 ] Warning if no test cases found".=20 =46ixed bug "[ 1841588 ] More than 1 Fixture: Fixture elements cause linker= =20 conflicts".=20 The generator now only writes the header file if it would change its conten= ts.=20 The generator now supports recursive generation of headers.=20 The AceUnit self tests now are more automated.=20 The generator now can create header files in files, not stdout.=20 A_IgnoreR is no longer supported.=20 Loggers can now be configured with conditional copmilation.=20 Added exception handling for C. Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-10-28 16:56:25
|
Hi folks, just relased AceUnit 0.2 which is a major update. AceUnit now supports unit testing on embedded systems. It should now be compatible with C89 compilers. When used in embedded mode, it should be possible to use it without any sys= tem=20 includes. What is AceUnit? AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test=20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit= =20 can be used in resource constraint environments, e.g. embedded software=20 development. URLs: Homepage: =A0 =A0http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: =A0 http://freshmeat.net/projects/aceunit/ Ohloh: =A0 =A0 =A0 http://www.ohloh.net/projects/9006 CIA.vc: =A0 =A0 =A0http://cia.vc/stats/project/aceunit Download: =A0 =A0http://sourceforge.net/project/showfiles.php?group_id=3D3D= 207094 Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-10-17 22:16:25
|
Hi folks, just released AceUnit 0.1.2 which is a bugfix release for 0.1 / 0.1.1. This release fixes a bug with macro parameters. What is AceUnit? AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test=20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit= =20 can be used in resource constraint environments, e.g. embedded software=20 development. URLs: Homepage: http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: http://freshmeat.net/projects/aceunit/ Ohloh: http://www.ohloh.net/projects/9006 CIA.vc: http://cia.vc/stats/project/aceunit Download: http://sourceforge.net/project/showfiles.php?group_id=3D3D2070= 94 Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-10-14 11:32:41
|
Hi folks, just released AceUnit 0.1.1 which is a bugfix release for 0.1. What is AceUnit? AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test=20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit= =20 can be used in resource constraint environments, e.g. embedded software=20 development. URLs: Homepage: http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: http://freshmeat.net/projects/aceunit/ Ohloh: http://www.ohloh.net/projects/9006 CIA.vc: http://cia.vc/stats/project/aceunit Download: http://sourceforge.net/project/showfiles.php?group_id=3D3D2070= 94 Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |
|
From: Christian H. <ch...@ri...> - 2007-10-08 20:53:01
|
Dear community, I'm pleased to announce the release of AceUnit 0.1. Release Notes: =46irst release of AceUnit. This is still alpha because incomplete and lack= of=20 proper documentation. But it's already good enough to use and develop unit= =20 tests with. What is AceUnit? AceUnit (Advanced C and Embedded Unit): a comfortable C code unit test=20 framework. AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit= =20 can be used in resource constraint environments, e.g. embedded software=20 development. URLs: Homepage: http://aceunit.sourceforge.net/ SourceForge: http://sourceforge.net/projects/aceunit =46reshMeat: http://freshmeat.net/projects/aceunit/ Ohloh: http://www.ohloh.net/projects/9006 CIA.vc: http://cia.vc/stats/project/aceunit Download: http://sourceforge.net/project/showfiles.php?group_id=3D207094 Cheers! =2D-=20 Christian Hujer =46ree software developer mailto:ch...@ri... http://www.riedquat.de/ PGP Fingerprint: 03DE 4B72 4E57 A98D C79B 24A5 212E 0217 0554 CCAB |