| 565 | {} |
| 566 | |
| 567 | void perform_test ( |
| 568 | ) |
| 569 | { |
| 570 | dlog << LINFO << "testing kernel_1a"; |
| 571 | array2d_kernel_test<array2d<unsigned long> >(); |
| 572 | print_spinner(); |
| 573 | test_serialization(); |
| 574 | print_spinner(); |
| 575 | } |
| 576 | } a; |
| 577 | |
| 578 | } |
nothing calls this directly
no test coverage detected