~tkoskine/ahven

#Ahven, Unit Test Framework for Ada

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.

#Fedora Linux

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.

#Debian Linux 11 (bullseye)

On Debian 11, the package name is libahven9-dev:

$ sudo apt-get install libahven9-dev

#Debian Linux 10 (buster)

On Debian 10, the package name is libahven7-dev:

$ sudo apt-get install libahven7-dev

#Maintainer

Ahven is maintained by Tero Koskinen tero.koskinen@iki.fi.

About this wiki

commit b7e22b468fca3cd819fa2dd77f72559e2473e5af
Author: Tero Koskinen <tero.koskinen@iki.fi>
Date:   2022-01-18T22:58:38+02:00

Fix typo (bullseye)
Clone this wiki
https://git.sr.ht/~tkoskine/ahven-wiki (read-only)
git@git.sr.ht:~tkoskine/ahven-wiki (read/write)