-- RunTestTBase.mesa
-- written by Bill Paxton, April 1981
-- last edit by Bill Paxton, 13-Aug-81 11:52:52
-- has run 22904 tests without error before being manually stopped (8-May-81)

DIRECTORY
EditTest;

RunTestTBase: PROGRAM
	IMPORTS EditTest =
BEGIN
OPEN EditTest;

Run[1,1000,textOnly];

END.