Tux Test Module Reference (Compact 2013)

3/26/2014

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. This sample test is installed with Windows Embedded Compact 2013. The test code is located in %_WINCEROOT%\public\common\oak\lib\<BSP>. That is, for each specific BSP installed with Windows Embedded Compact, you will find a version of Tuxdemo targeting that BSP. 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