blob: f135e0fbc6337416561c07f78701ec1135bf664a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Ahven is a simple unit test library and framework for the Ada programming
lanugage. It is loosely modelled after JUnit and some ideas from AUnit.
Features:
Simple API
Small size
JUnit-compatible test results in XML format
Strict coding style enforced by AdaControl
This allows integration with tools like Jenkins and CruiseControl
Limited to Ada95 language features
Permissions open source license (ISC)
WWW: http://ahven.stronglytyped.org
|