2.8.2

This library provides a testing framework on top of Ahven.
It provides various testing helper operations to help in
writing unit tests.
- Authors
- Stephane.Carrez@gmail.com
- Maintainers
- Stephane.Carrez@gmail.com
- Licenses
- Apache-2.0
- Source directory
- ./unit/
- Tags
- testing
- Project files
- utilada_unit.gpr
- Manifest
- index/ut/utilada_unit/utilada_unit-2.8.2.toml
Build and platform metadata 3 fields
- GPR externals
{
"UTIL_UNIT": [
"ahven-unix",
"ahven-windows",
"aunit"
]
}
- GPR values
{
"case(os)": {
"freebsd": {
"UTIL_UNIT": "ahven-unix"
},
"linux": {
"UTIL_UNIT": "ahven-unix"
},
"macos": {
"UTIL_UNIT": "ahven-unix"
},
"openbsd": {
"UTIL_UNIT": "ahven-unix"
},
"windows": {
"UTIL_UNIT": "ahven-windows"
}
}
}
- Configuration
{
"disabled": true
}