Share via


Tux Test Module Reference

A Tux test module must contain the following items to run correctly.

  • A function table to define all test cases in the test module.
  • A ShellProc function to handle Tux-related messages.
  • One or more TestProc test case functions, located in the function table.

This section provides an overview of the structures, messages, and functions used by a Tux test DLL module. A sample test named Tuxdemo illustrates how to write a Tux test module. The topics for the structures, messages, and functions reference the source files for Tuxdemo, which you can use as a template for creating your own test DLL.

See Also

Function Table | Tux Functions | Tux Messages | Tux Structures

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.