[general] description = "Utility Library testing framework with Ahven" tags = ["testing"] licenses = ["Apache 2.0"] authors = ["Stephane.Carrez@gmail.com"] maintainers = ["Stephane.Carrez@gmail.com"] maintainers-logins = ["stcarrez"] long-description = """ [![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/) [![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/) [![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util) This library provides a testing framework on top of Ahven. It provides various testing helper operations to help in writing unit tests. """ project-files = [ ".alire/unit/utilada_unit.gpr" ] [general.gpr-externals] UTIL_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] ['2.1.0'] origin = "https://github.com/stcarrez/ada-util/archive/2.1.0.tar.gz" origin-hashes = ["sha512:56b450911111eef4ff0675021781e79c7be7c4063868c01a773a7bf5193202a58da3c5285924d2723c07f4d95df93b74f6fe3fb4d32ad718274ff3bce25601d3"] ['2.1.0'.depends-on] utilada = "^2.1.0" ['2.0.0'] origin = "https://github.com/stcarrez/ada-util/archive/2.0.0.tar.gz" origin-hashes = ["sha512:5e0a1f543d903a4d52e7f7fce233f3459e429b81c6c880c9ed6d7e89e0ac202f9394d4d316f3741772972a72c19f5a7ede0230674e2239b300465e0997ddbe64"] ['2.0.0'.depends-on] utilada = "^2.1.0"