freebsd-ports/devel/aunit/pkg-descr
Ying-Chieh Liao 9ab4d95922 add aunit 1.01
A unit testing framework for the Ada '95 programming language

PR:		35146
Submitted by:	Aidan Skinner <aidan@velvet.net>
2002-09-17 08:25:21 +00:00

13 lines
549 B
Text

AUnit is a set of Ada packages based on the xUnit family of unit test
frameworks. It's intended as a developer's tool to facilitate
confident writing and evolution of Ada software. It is purposely
lightweight, as one of its main goals is to make it easy to develop
and run unit tests, rather than to generate artifacts for process
management. The framework supports easy composition of sets of unit
tests to provide flexibility in determining what tests to run for a
given purpose.
WWW: http://libre.act-europe.fr/aunit/
- Aidan
aidan@velvet.net