-- AlpineTest.config
-- Last edited by
-- Kolling on June 28, 1983 11:34 am
AlpineTest: CONFIG
IMPORTS
-- Alpine
AlpineEnvironment, AlpInstance, AlpineDebug, AlpineFile, AlpineOwner,
AlpineTransaction, AlpineVolume, ClientMap,
-- Pilot
System,
-- Cedar
Atom, CedarSnapshot, ConvertUnsafe, Heap, LupineRuntime, MesaRPC, RefText,
Rope, RopeInline, RPC, RPCLupine, RTTypesBasic, SafeStorage, UnsafeStorage,
UserCredentials
CONTROL
RandomCardImpl, RandomImpl, AlpImpObjPkgRemoteNLocalImpls,
AlpineInterimDirectoryImpl, TransactionTestImpl
= BEGIN
AlpineTestImpl;
AlpineInterimDirectoryImpl;
AlpImpObjPkgRemoteNLocalImpls;
RandomCardImpl;
RandomImpl;
END.