Tux Test Module Reference (Windows CE 5.0)
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
Send Feedback on this topic to the authors