-- Test.config
-- Written by Bill Paxton, June 1981
-- Last changed by Paxton, 16-Jul-81 12:22:52
-- Test config. contains various primitives for testing TBase
Test: CONFIGURATION
IMPORTS EditSpan, TextEdit, RopeEdit, RopeFrom, EditNotify, TextLooks, TextLooksSupport, TextFind, UndoEvent,
PutGet, GetTree, RunReader, RopeReader, Rope, NodeProps, TextNode, TreeCheck,
CheckNode, RandomCard, RandomLongInt, FileByteStream, Transaction, Inline
EXPORTS EditTest
CONTROL EditTestImpl = {
EditTestImpl;
Test1Impl;
Test2Impl;
Test3Impl;
FileTestImpl;
}.