Welcome to Ahven wiki pages.
Ahven is a unit test framework for Ada programming language and it is distributed under permissive open source ISC license.
The official home page of Ahven is https://www.ahven-framework.com/
The latest Ahven source code release (version 2.8) can be found from
Mercurial version control system is used for development, the repository is at
Various Linux distributions also have Ahven in their package repositories.
On Fedora, you can install Ahven with command:
$ sudo dnf install ahven ahven-devel libgnat-static
Package libgnat-static is needed due to some GNAT bugs related to Ada library linking issues.
On Debian 11, the package name is libahven9-dev:
$ sudo apt-get install libahven9-dev
On Debian 10, the package name is libahven7-dev:
$ sudo apt-get install libahven7-dev
Ahven is maintained by Tero Koskinen tero.koskinen@iki.fi.
commit b7e22b468fca3cd819fa2dd77f72559e2473e5af Author: Tero Koskinen <tero.koskinen@iki.fi> Date: 2022-01-18T22:58:38+02:00 Fix typo (bullseye)