OpenVPN
Functions
mock_msg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mock_set_debug_level (int level)
 Mock debug level defaults to 0, which gives clean(-ish) test reports. More...
 

Function Documentation

◆ mock_set_debug_level()

void mock_set_debug_level ( int  level)

Mock debug level defaults to 0, which gives clean(-ish) test reports.

Call this function from your test driver to increase debug output when you need debug output.

Definition at line 44 of file mock_msg.c.

References x_debug_level.