-- File [Ivy]<Nelson>Lupine>LupineExerciserPkg.config.
-- Last edited by BZM on 11-May-82 16:48:35.

-- Lupine's test timer and exerciser.


LupineExerciserPkg: CONFIGURATION
  LINKS: CODE
  IMPORTS
	Format, Heap, Inline, LongString, Process, Runtime,
	SpyClient, System, Time, TTY
  EXPORTS LupineExerciser, RandomInt
  CONTROL LupineExerciserManagerImpl
  = BEGIN

  -- I/O and random numbers.

  CWFImpl;
  RandomIntImpl;

  -- Exerciser manager and timer.

  LupineExerciserManagerImpl;
  LupineExerciserTimerImpl;


END.  -- LupineExerciserPkg.