diff options
Diffstat (limited to 'private/oleutest/balls/client/tmarshal/main.cxx')
-rw-r--r-- | private/oleutest/balls/client/tmarshal/main.cxx | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/private/oleutest/balls/client/tmarshal/main.cxx b/private/oleutest/balls/client/tmarshal/main.cxx new file mode 100644 index 000000000..539cdc436 --- /dev/null +++ b/private/oleutest/balls/client/tmarshal/main.cxx @@ -0,0 +1,29 @@ +//+------------------------------------------------------------------ +// +// File: main.cxx +// +// Contents: common entry point for test drivers. +// +//-------------------------------------------------------------------- +#include <tstmain.hxx> +#include <tmarshal.h> + +//+------------------------------------------------------------------- +// +// Function: main +// +// Synopsis: Entry point to EXE +// +// Returns: TRUE +// +// History: 21-Nov-92 Rickhi Created +// +// Just delegates to a <main> subroutine that is common for all test +// drivers. +// +// +//-------------------------------------------------------------------- +int _cdecl main(int argc, char **argv) +{ + return DriverMain(argc, argv, "InterfaceMarshal", &TestMarshal); +} |