Finding the Function for a Test Case in the Source Code for a CETK Test (Windows CE 5.0)
You can use the Find in Files dialog box in the Platform Builder IDE to find instances of the name of the function that corresponds to a test case in the source code for a CETK test. By finding instances of the name of the function, you can find the implementation of the function in the source code.
To find the function that corresponds to a test case in the source code for a CETK test
In the Platform Builder IDE, from the Edit menu, choose Find in Files.
In the Find what box, type the name of the function that is associated with the test case, as shown in the definition of the FUNCTION_TABLE_ENTRY structure.
From the In files/file types box, choose *.*.
In the In folder box, type the path to the directory that contains a sources file that specifies as TARGETNAME the name of the Tux DLL for the CETK test.
Choose Find.
On the Find in Files 1 tab, you can double-click a search result to open the file that contains the search result in the Platform Builder IDE and display the result in the context of the file.
For each search result, open the file that contains the search result until you find the implementation of the function.
See Also
How to Analyze CETK Test Results to Debug a Driver | Find in Files Dialog Box
Send Feedback on this topic to the authors