| 109 | } |
| 110 | |
| 111 | static int |
| 112 | test_simple_string(void) |
| 113 | { |
| 114 | rte_tel_data_string(&response_data, "Simple string"); |
| 115 | |
| 116 | return CHECK_OUTPUT("\"Simple string\""); |
| 117 | } |
| 118 | |
| 119 | static int |
| 120 | test_dict_with_array_int_values(void) |
nothing calls this directly
no test coverage detected