Description of test case file (*.tst)
=====================================

The test case file consists a list of DTtest commands
which will run the text files.

Note: Using leading ";" for comment line.

Example:	

Simple.tst
		dttest "init.txt" "run"
		dttest "battest1.txt" "run"
		dttest "battest2.txt" "run"
	       ;dttest "battest3.txt" "run"

