Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / regression / README.kit
1 This directory contains test programs for the ML Kit. Many of the test
2 cases for the SML Basis Library have been borrowed from the Moscow ML
3 distribution.
4
5 The test is invoked with the `kittester' program located (after the
6 Kit is installed) in the kit/bin directory. (The sources for
7 `kittester' are available in the directory kit/src/Tools/Tester.)
8
9 The directory must contain this file `README' and three symbolic
10 links:
11
12 testlink -> README
13 testcycl -> testcycl
14 testbadl -> exists.not
15
16 Moreover, it must contain a file `hardlinkA' and a hard link
17 `hardlinkB' to `hardlinkA' (or vice versa). The directory must not
18 contain a file or directory named `exists.not'.
19
20 To run all the tests, invoke `kittester' as follows (from this
21 directory):
22
23 > ../bin/kittester all.tst
24
25 See the file `all.tst' to learn how to add programs to the test.
26
27 - ME 1998-10-21