-- File [Ivy]<Nelson>Lupine>LupineMarshalTestClient.config.
-- Last edited by BZM on 12-May-82 19:44:07.

-- Client half of two-machine timing test program.  See MarshalTestLupine.cm.

-- Any warning messages about unbound Export procedures wanted by
-- LupineMarshalTestBinder should be ignored.


LupineMarshalTestClient: CONFIGURATION
  IMPORTS
	Atom, ConvertUnsafe, Format, Heap, Inline,
	LongString, LupineRuntime, Process, Rope, RopeInline, RPC, RPCLupine,
	Runtime, SafeStorage, SpyClient, System,
	Time, TTY, UnsafeStorage
  CONTROL LupineMarshalTestBinder, LupineMarshalTestDriver
  = BEGIN

  -- Rpc runtime.
  -- RpcRuntime is loaded via the command line.

  -- Exerciser.
  LupineExerciserPkg;

  -- RPC client stubs and (importing) remote binder.
  LupineMarshalTestRpcClientImpl;
  LupineMarshalTestBinder;
  
  -- Driver program that performs timings.
  LupineMarshalTestDriver;


END.  -- LupineMarshalTestClient.