|
Name |
Date |
Size |
|
.. |
2016-06-10 01:46:18 |
26 |
|
exit-e |
2016-06-10 01:46:18 |
9 |
|
mtest.sh |
2013-08-16 18:30:57 |
4.3 KiB |
|
README |
2013-08-16 18:30:57 |
617 |
|
typedef |
2013-08-16 18:30:57 |
49 |
README
MDB Test suite
This provides a primordial version of a test suite for mdb. To run the tests,
run mtest. Tests exist in various subdirectories. The name of the test is
important.
A test must start with either:
o tst - Indicating that it should exit zero
o err - Indicating that it should exit non-zero
A test must end with either:
o mdb - Indicating that the file should be passed as standard input to mdb
o ksh - Indicating that it should be run with ksh
A test may have an optional .out file which if present indicates that the test
should pass if and only if its standard ouput matches its standar error.