#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"
◆ 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()