-- EmulatorTst.config  (edited by Bridge 12-Oct-83  9:51:41)
				 
DIRECTORY
  GermOpsImpl:	FROM "EmulatorTestImpl";
      
PACK --ALL--
  GermOpsImpl,
  EmulatorTestHelper; 

      
EmulatorTst: CONFIGURATION =
BEGIN

  GermOpsImpl;
  EmulatorTestHelper;

END.