diff options
author | David Holm <dholm@gentoo.org> | 2003-10-28 12:12:43 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2003-10-28 12:12:43 +0000 |
commit | 6eecccf6a08dc700bb0e17e6872a254ce5fe3772 (patch) | |
tree | b34ddfe044f8a20d6040cd9a80608c1a8c54d1f0 /dev-ada/aunit/metadata.xml | |
parent | New ebuild, xUnit testing framework for Ada (diff) | |
download | gentoo-2-6eecccf6a08dc700bb0e17e6872a254ce5fe3772.tar.gz gentoo-2-6eecccf6a08dc700bb0e17e6872a254ce5fe3772.tar.bz2 gentoo-2-6eecccf6a08dc700bb0e17e6872a254ce5fe3772.zip |
New ebuild, xUnit testing framework for Ada
Diffstat (limited to 'dev-ada/aunit/metadata.xml')
-rw-r--r-- | dev-ada/aunit/metadata.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml new file mode 100644 index 000000000000..83f771493132 --- /dev/null +++ b/dev-ada/aunit/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ada</herd> +<longdescription>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> +</pkgmetadata> |