Share via


Source Code for CETK Tests

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

You can install source code for the tests that ship with Windows Embedded CE 6.0 Test Kit (CETK). Microsoft provides source code to help you debug your device drivers and create custom tests for CETK. However, not all of the source code is able to build, and not all source code is provided.

You can install source code for CETK tests by installing Windows Embedded CE Shared Source from the Setup wizard for Windows Embedded CE.

If you use the source code to create a custom test, you can add it to CETK. For more information about adding a custom test, see Adding a Custom Test to the CETK.

The Setup wizard for Windows Embedded CE installs source code for CETK tests at %_WINCEROOT%\Private\Test.

Some CETK tests require libraries or DLLs for which source code is not provided. Before you can build CETK source code, you must copy libraries or DLLs to the appropriate project directories for which source code is not provided.

Procedures

To build CETK source code

  1. Build the entire %_WINCEROOT%\Private\Test tree.

    -OR-

    Build the source code at %_WINCEROOT%\Private\Test\External.

    When you build the source code at %_WINCEROOT%\Private\Test\External, CETK test modules copy from %_WINCEROOT%\Others\Wcetk to the project directories of the current build window.

  2. Build the CETK source code that you want.

See Also

Other Resources

CETK Tests and Test Tools