Instrumentation for Testing and Debugging : Test Driver : Retargeting the Test Driver

Retargeting the Test Driver

The full API for the test driver is provided. To enable test drivers to operate on a target, the input and output needs to be redirected. This requires that the tst_dvr.c file be modified appropriately so that, perhaps, the I/O is transmitted via a serial communication link. The actual modification to tst_dvr.c is a function of the application environment and whose implementation must be left to the developer to determine