-- File [Ivy]<Nelson>Lupine>LupineTimeTestClient.config.
-- Last edited by BZM on 12-May-82 19:38:09.

-- 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.