Name Date Size #Lines LOC

..21-Dec-2023-

exit-e/H14-Feb-2021-

format/H14-Feb-2021-

numbers/H17-Apr-2023-

options/H14-Feb-2021-

progs/H12-Jul-2022-

typedef/H17-Apr-2023-

MakefileH A D17-Apr-20233.9 KiB154120

READMEH A D14-Feb-2021617 1912

mdbtestH A D12-Jul-20224.5 KiB243185

README

1MDB Test suite
2
3This provides a primordial version of a test suite for mdb. To run the tests,
4run mtest. Tests exist in various subdirectories. The name of the test is
5important.
6
7A test must start with either:
8
9 o tst - Indicating that it should exit zero
10 o err - Indicating that it should exit non-zero
11
12A test must end with either:
13
14 o mdb - Indicating that the file should be passed as standard input to mdb
15 o ksh - Indicating that it should be run with ksh
16
17A test may have an optional .out file which if present indicates that the test
18should pass if and only if its standard ouput matches its standar error.
19