| 1310 | {} |
| 1311 | |
| 1312 | void perform_test ( |
| 1313 | ) |
| 1314 | { |
| 1315 | serialize_test(); |
| 1316 | test_vector<char>(); |
| 1317 | test_vector<unsigned char>(); |
| 1318 | test_vector<int>(); |
| 1319 | test_vector_bool(); |
| 1320 | test_array2d_and_matrix_serialization(); |
| 1321 | test_strings(); |
| 1322 | test_std_array(); |
| 1323 | test_macros_and_serializers(); |
| 1324 | } |
| 1325 | } a; |
| 1326 | |
| 1327 |
nothing calls this directly
no test coverage detected