次の方法で共有


Implementing a Tux Test Suite with TuxSkel (Windows Embedded CE 6.0)

1/6/2010

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 %ProgramFiles%\Microsoft Platform Builder\6.00\cepb\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

Other Resources

Tux Architecture