-- LupineTimeTestClient.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 12-May-82 19:38:09.
-- Bob Hagmann February 8, 1985 5:12:41 pm PST
-- Client half of two-machine timing test program. See TimeTestLupine.cm.
-- Any warning messages about unbound Export procedures wanted by
-- LupineTimeTestBinder should be ignored.
LupineTimeTestClient: CONFIGURATION
IMPORTS
Heap, Inline, LupineRuntime, MesaRPC, Process, RPCLupine, Runtime,
SpyClient, String, System, Time, TTY
CONTROL LupineTimeTestBinder, LupineTimeTestDriver
= BEGIN
-- Rpc runtime.
-- RpcRuntime is loaded via the command line.;
-- RPC client stubs and (importing) remote binder.
LupineTimeTestRpcClientImpl;
LupineTimeTestBinder;
--Driver program that performs timings.
LupineTimeTestDriver;
END. -- LupineTimeTestClient.
Bob Hagmann February 8, 1985 5:12:41 pm PST
changes to: LupineTimeTestClient