-- LupineExerciserPkg.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 11-May-82 16:48:35.
-- Last edited by Bob Hagmann on February 8, 1985 5:09:18 pm PST.

-- Lupine's test timer and exerciser.


LupineExerciserPkg: CONFIGURATION
LINKS: CODE
IMPORTS
 BasicTime, Convert, IO, Loader, Process, ProcessExtras, Rope, UnsafeStorage, ViewerIO
EXPORTS LupineExerciser, RandomInt
CONTROL LupineExerciserManagerImpl
= BEGIN

-- I/O and random numbers.

RandomIntImpl;

-- Exerciser manager and timer.

LupineExerciserManagerImpl;
LupineExerciserTimerImpl;


END. -- LupineExerciserPkg.
Bob Hagmann February 8, 1985 5:09:18 pm PST
changes to: LupineExerciserPkg