Implementing a Tux Test Suite with TuxSkel (Windows CE 5.0)

Send Feedback

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\WCETK\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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.