File: control

package info (click to toggle)
fort 0.4.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 76 kB
  • ctags: 65
  • sloc: ml: 330; makefile: 73; sh: 51
file content (18 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: fort
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3
Standards-Version: 3.6.1.1

Package: fort
Architecture: any
Depends: ocaml-nox-3.08.3
Description: Framework for OCaml Regression Testing
 FORT provides an environment for testing programs and Objective
 Caml modules.
 .
 It contains a module that oversees the testing process as well
 as a front-end for executing tests.  Individual test cases are
 written as Objective Caml functions that return the result of
 executing the test.