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