| 267 | static bool shutdown_service(true); |
| 268 | |
| 269 | TEST(someip_load_test, DISABLED_send_messages_and_measure_cpu_load) { |
| 270 | cpu_load_test_client test_client_(protocol, number_of_calls, payload_size, call_service_sync, shutdown_service); |
| 271 | } |
| 272 | |
| 273 | #if defined(__linux__) || defined(__QNX__) |
| 274 | int main(int argc, char** argv) { |
nothing calls this directly
no outgoing calls
no test coverage detected