1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: libaunit
Priority: optional
Maintainer: Ludovic Brenta <ludovic.brenta@insalien.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.0.0), gnat (>= 3.15p), gnat (<< 3.16)
Standards-Version: 3.6.1
Package: libaunit-dev
Section: libdevel
Architecture: i386 powerpc sparc
Depends: libaunit1 (= ${Source-Version})
Description: AUnit, a unit testing framework for Ada
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.
.
The GNAT Programming system (package gnat-gps) has special support for
AUnit.
.
This package contains the development files for AUnit.
Package: libaunit1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: AUnit, a unit testing framework for Ada
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.
.
This package contains the runtime shared library for AUnit.
|