YggdrasilTest.config
Copyright Ó 1988, 1989 by Xerox Corporation. All rights reserved.
Last edited by
Bob Hagmann May 9, 1989 11:13:34 am PDT
YggdrasilTest: CONFIG
IMPORTS
Atom, BasicTime, BTree, Camelot, CamelotRecoverable, Convert, CountedVM, FileStream, FS, FSBackdoor, FSLock, IO, IOUtils, PrincOpsUtils, Process, RedBlackTree, RefTab, RefText, Rope, RuntimeError, SafeStorage, VM
EXPORTS
Camelot, ExtendibleHash, Mach, YggBuffMan, YggDID, YggDIDMap, YggDIDPrivate, YggdrasilInit, YggEnvironment, YggFile, YggFileInternal, YggFileStream, YggFixedNames, YggIndex, YggIndexMaint, YggInternal, YggLock, YggNaming, YggNav, YggNFS, YggRep, YggTransaction, YggVolatileObjectCache
CONTROL
TestSupportImpl,
FileStreamImpl,
FileStreamMoreImpl,
ConstArithImpl,
BTreeVMImpl,
ExtendibleHashImpl,
YggBuffManImpl,
YggFilePackage,
YggLockImpls,
YggIndexImpls,
YggNavImpls,
YggRepImpls,
YggTransactionImpl,
YggdrasilInitImpl
= BEGIN
TestSupportImpl;
FileStreamImpl;
FileStreamMoreImpl;
ConstArithImpl;
BTreeVMImpl;
ExtendibleHashImpl;
YggBuffManImpl;
YggFilePackage;
YggLockImpls;
YggIndexImpls;
YggNavImpls;
YggRepImpls;
YggTransactionImpl;
YggdrasilInitImpl;
END.