webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
voe_standard_test.cc File Reference
#include "webrtc/voice_engine/test/auto_test/voe_standard_test.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/typedefs.h"
#include "webrtc/voice_engine/include/voe_neteq_stats.h"
#include "webrtc/voice_engine/test/auto_test/automated_mode.h"
#include "webrtc/voice_engine/test/auto_test/voe_test_defines.h"
#include "webrtc/voice_engine/voice_engine_defines.h"

Namespaces

 voetest
 

Functions

 DEFINE_bool (include_timing_dependent_tests, true, "If true, we will include tests / parts of tests that are known " "to break in slow execution environments (such as valgrind).")
 
 DEFINE_bool (automated, false, "If true, we'll run the automated tests we have in noninteractive " "mode.")
 
int RunInManualMode ()
 
int main (int argc, char **argv)
 

Variables

int voetest::dummy = 0
 

Function Documentation

◆ DEFINE_bool() [1/2]

DEFINE_bool ( include_timing_dependent_tests  ,
true  ,
"If  true,
we will include tests/parts of tests that are known " "to break in slow execution environments(such as valgrind)."   
)

◆ DEFINE_bool() [2/2]

DEFINE_bool ( automated  ,
false  ,
"If  true,
we 'll run the automated tests we have in noninteractive " "mode."   
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ RunInManualMode()

int RunInManualMode ( )