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
- Copy all files from the %_WINCEROOT%\Others\Tux\Tuxskel directory to an empty directory.
- Change the TargetName= field in the sources file to the name of the new test.
- Rename the Tuxskel.def file to the name of the new test, keeping the .def file extension.
- Add test procedures in the Test.cpp file. Use TestProc as a model when you add test procedures.
- 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
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.