Comments talked about #+fiveame, code said #+5am. correct comments.
[fiveam.git] / debian / control
1 Source: fiveam
2 Section: devel
3 Priority: optional
4 Maintainer: Luca Capello <luca@pca.it>
5 Build-Depends: debhelper (>= 4.0.0)
6 Standards-Version: 3.6.1
7
8 Package: cl-fiveam
9 Architecture: all
10 Depends: ${shlibs:Depends}, ${misc:Depends}, common-lisp-controller (>= 3.47), cl-asdf, cl-arnesi
11 Suggests: latex
12 Description: simple regression testing framework
13  FiveAM is a simple (as far as writing and running tests goes)
14  regression testing framework. It has been designed with Common
15  Lisp's interactive development model in mind.
16  .
17  Features:
18   * Test and test suite hierarchies allow test to be organized into
19     hierarchies to ease running
20   * Functions for re-running recently run tests.
21   * Inter-test dependencies.