Path to this page:
Subject: CVS commit: pkgsrc/devel/aceunit
From: Amitai Schleier
Date: 2024-05-04 20:06:24
Message id: 20240504180624.1D0BCFA2C@cvs.NetBSD.org
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.
Files: