Share via


Implementing a Tux Test Suite with TuxSkel

The files in the TuxSkel directory provide a code framework that you can use to implement a Tux test.

To use TuxSkel to create a new test

  1. Copy all files from the %_WINCEROOT%\Others\Tux\Tuxskel directory to an empty directory.
  2. Change the TargetName= field in the sources file to the name of the new test.
  3. Rename the Tuxskel.def file to the name of the new test, keeping the .def file extension.
  4. Add test procedures in the Test.cpp file. Use TestProc as a model when you add test procedures.
  5. Export test procedures to the function table in the Ft.h file. Add a line for each test procedure to the Test.cpp file to export, using TestProc as a model.

See Also

Tux Architecture

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.