| 174 | } |
| 175 | |
| 176 | int main(int argc, const char* argv[]) |
| 177 | { |
| 178 | test_bounds(); |
| 179 | test_loop(); |
| 180 | test_equality(); |
| 181 | test_reads(); |
| 182 | test_writes(); |
| 183 | test_slice(); |
| 184 | test_split(); |
| 185 | test_tobits(); |
| 186 | test_tostring(); |
| 187 | return 0; |
| 188 | } |
nothing calls this directly
no test coverage detected