Share via


Tux Test Module Reference

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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.

In This Section

  • Function Table
    Describes how Tux uses a function table to export test cases.

See Also

Other Resources

Tux Test Harness