Path to this page:
./
devel/aceunit,
Advanced C and Embedded Unit test framework
Branch: CURRENT,
Version: 3.0.0nb1,
Package name: aceunit-3.0.0nb1,
Maintainer: schmonzAceUnit is a comfortable unit test framework for C, in the best
tradition of xUnit frameworks (like JUnit). Its target audience are
developers using the C programming language to develop firmware,
drivers, operating systems, and other C programs, like command line
programs. It is tiny and thus suitable even for extremely
resource-constrained environments.
Master sites:
Filesize: 29.783 KB
Version history: (Expand)
- (2026-07-06) Updated to version: aceunit-3.0.0nb1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-05-04) Package added to pkgsrc.se, version aceunit-3.0.0 (created)
CVS history: (Expand)
| 2026-07-06 19:34:46 by Greg Troxel | Files touched by this commit (1) |
Log message:
devel/aceunit: Drop skipping vendor bash
macOS has bash 3 builtin, and the tools platform used to accept that.
Recently, tools bash was redefined to be >=4, and no longer uses macOS
bash.
The hack to avoid vendor bash was almost certainly about macOS, as I
know of no other system with bash3, and I know of no other packge
failures from bash 4. On macOS, nothing will change; just a different
reason not to use system baas. On SmartOS, the package might use
builtin bash 4, vs pkgsrc bash 5, but there's no reason to think
that's a problem.
|
| 2026-06-22 20:15:55 by Greg Troxel | Files touched by this commit (1) |
Log message:
devel/aceunit: Use c89, not c90.
C90 is a synomym (to humans) for C89, differing only in ISO-ness and
formatting. Therefore force c89, not c90, on the belief that no
compiler will behave differently, and because c90 is about to removed
from our list of dialects.
(It's not clear why this is forced; aceunit appears to support newer
standards, but I'm leaving that be.)
|
| 2024-05-04 20:06:24 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add aceunit: Advanced C and Embedded Unit test framework
AceUnit is a comfortable unit test framework for C, in the best
tradition of xUnit frameworks (like JUnit). Its target audience are
developers using the C programming language to develop firmware,
drivers, operating systems, and other C programs, like command line
programs. It is tiny and thus suitable even for extremely
resource-constrained environments.
|