Pol  Revision:cb584c9
poltest.cpp
Go to the documentation of this file.
1 
6 #include "poltest.h"
7 
8 #include "testenv.h"
9 
10 #include "pol_global_config.h"
11 
12 #ifdef ENABLE_BENCHMARK
13 #include <benchmark/benchmark.h>
14 #endif
15 
16 namespace Pol
17 {
18 namespace Testing
19 {
20 
22 {
24 
25 #ifdef ENABLE_BENCHMARK
26  benchmark::RunSpecifiedBenchmarks();
27  return;
28 #endif
29 
30 // skilladv_test();
31 
32 // drop_test();
33 // walk_test();
34 // multiwalk_test();
35 // map_test();
36 // dynprops_test();
37  packet_test();
38  dummy();
40 }
41 
42 }
43 }
void display_test_results()
Definition: testenv.cpp:43
void create_test_environment()
Definition: testenv.cpp:120
void packet_test()
Definition: testmisc.cpp:56
void dummy()
Definition: testmisc.cpp:23
void run_pol_tests()
Definition: poltest.cpp:21
Definition: berror.cpp:12