-- AlpineTestLocal.config
-- Last edited by
-- Kolling on July 19, 1983 5:01 pm
AlpineTestLocal: CONFIG
IMPORTS
-- Alpine
AlpInstance, AlpineDebug, AlpineFile, AlpineOwner,
AlpineTransaction, AlpineVolume, ClientMap,
-- Test
LocalWorkstationServer,
-- Pilot
Directory, Space, System, Transaction, UserTerminal,
-- Cedar
Atom, CedarSnapshot, ConvertUnsafe, File, FileIO, Heap, IO, List, LupineRuntime, MesaRPC,
Process, RefText,
Rope, RopeInline, RPC, RPCLupine, RTTypesBasic, SafeStorage, UnsafeStorage,
UserCredentials, ViewerIO
EXPORTS AlpineCmds, AlpineWalnutCmds
CONTROL
RandomCardImpl, RandomImpl, AlpObjectImpls, AlpObjectDebugImpls, AlpineCmdsImpl,
AlpineTestImpl
= BEGIN
AlpineTestImpl;
AlpObjectImpls;
AlpObjectDebugImpls;
AlpineCmdsImpl;
RandomCardImpl;
RandomImpl;
END.