summaryrefslogtreecommitdiffstats
path: root/development/ahven/README
diff options
context:
space:
mode:
author Zhu Qun-Ying <zhu.qunying@gmail.com>2012-12-15 15:16:12 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-15 15:16:27 +0100
commit15882fc33da185dac87f8a00c09de43cde01aa84 (patch)
tree825d3d6fa578d496718517d577e56fc57fb3f982 /development/ahven/README
parent14f0d0275fef0e42ae9dec117e60a6685696e7c8 (diff)
downloadslackbuilds-15882fc33da185dac87f8a00c09de43cde01aa84.tar.gz
slackbuilds-15882fc33da185dac87f8a00c09de43cde01aa84.tar.xz
development/ahven: Added (unit test library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/ahven/README')
-rw-r--r--development/ahven/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/ahven/README b/development/ahven/README
new file mode 100644
index 0000000000..a7133d4162
--- /dev/null
+++ b/development/ahven/README
@@ -0,0 +1,6 @@
+Ahven is a simple unit test library (or a framework) for Ada
+programming language. It is loosely modelled after JUnit and some
+ideas are taken from AUnit.
+
+Ahven is free software distributed under permissive ISC license and
+should work with any Ada 95 or 2005 compiler.