mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
20 lines
843 B
XML
20 lines
843 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="project">
|
||
<email>ada@gentoo.org</email>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
AUnit is a set of Ada packages based on the xUnit family of unit test
|
||
frameworks. It’s intended as a developer’s tool to facilitate confident
|
||
writing and evolution of Ada software. It is purposely lightweight, as
|
||
one of its main goals is to make it easy to develop and run unit tests,
|
||
rather than to generate artifacts for process management. The framework
|
||
supports easy composition of sets of unit tests to provide flexibility
|
||
in determining what tests to run for a given purpose.
|
||
</longdescription>
|
||
<upstream>
|
||
<remote-id type="github">AdaCore/aunit</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|