Implementing a Tux Test Suite with TuxSkel (Windows CE 5.0)
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\WCETK\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
Send Feedback on this topic to the authors