BTreeTest.config
Last Edited by: Taft, June 3, 1983 5:29 pm
BTreeTest: CONFIGURATION
IMPORTS Atom, Buttons, Containers, Convert, File, Inline, IO, Labels, Menus, MessageWindow, Process, Real, Rope, SafeStorage, Space, System, Transaction, Utilities, VFonts, ViewerEvents, ViewerOps, ViewerTools, Volume
EXPORTS ALL -- so the debugger can locate them!!
CONTROL BTreeImpl, BTreeVMImpl, RandomCardImpl, BTreeTestImpl, BTreeTestTool
= BEGIN
BTreeTestTool;
BTreeTestImpl;
BTreeImpl;
BTreeVMImpl;
RandomCardImpl;
END.