| 61 | } |
| 62 | |
| 63 | int main(int, char**) { |
| 64 | int failed = 0; |
| 65 | scalar_test_group<scalar>(failed); |
| 66 | |
| 67 | RUN_TEST(failed, encode_decode_test()); |
| 68 | RUN_TEST(failed, message_id_test()); |
| 69 | RUN_TEST(failed, annotation_key_test()); |
| 70 | return failed; |
| 71 | } |
nothing calls this directly
no test coverage detected