summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2003-10-28 12:12:43 +0000
committerDavid Holm <dholm@gentoo.org>2003-10-28 12:12:43 +0000
commit6eecccf6a08dc700bb0e17e6872a254ce5fe3772 (patch)
treeb34ddfe044f8a20d6040cd9a80608c1a8c54d1f0 /dev-ada/aunit/metadata.xml
parentNew ebuild, xUnit testing framework for Ada (diff)
downloadgentoo-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.xml6
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>