LupineMarshalTestLocal.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on 11-May-82 16:51:22.
-- Bob Hagmann February 8, 1985 5:16:13 pm PST
-- Local, non-RPC configuration for LupineMarshalTest.
-- Ignore ImportInterface binding errors
LupineMarshalTestLocal: CONFIGURATION
IMPORTS
 Atom, BasicTime, Convert, ConvertUnsafe, IO, Loader, Process, ProcessExtras, Rope, UnsafeStorage, UserCredentials, ViewerIO
CONTROL LupineMarshalLocalTestBinder, LupineMarshalTestDriver
= BEGIN

-- Exerciser.
LupineExerciserPkg;

-- Test driver and implementation.
LupineMarshalTestDriver;
LupineMarshalTestImpl;
LupineMarshalTestRpcBinderImpl;
LupineMarshalLocalTestBinder;


END. -- LupineMarshalTestLocal.
Bob Hagmann February 8, 1985 5:15:46 pm PST
changes to: LupineMarshalTestLocal