Boost.Test > Components > The Program Execution Monitor > Compilation
Boost Test logo

The Program Execution Monitor compilation

The Program Execution Monitor is supplied as an off-line library and should be compiled and linked with a your program. Following files, that are located in the Boost Test Library source directory, compose the component:

execution_monitor.cpp
cpp_main.cpp

You also have a choice to include all files constituting the Program Execution Monitor directly into your program. Use <boost/test/included/prg_exec_monitor.hpp> for this purpose.