| 395 | {} |
| 396 | |
| 397 | void perform_test ( |
| 398 | ) |
| 399 | { |
| 400 | dlog << LINFO << "testing kernel_1a_c"; |
| 401 | graph_test<graph<int>::kernel_1a_c>(); |
| 402 | |
| 403 | dlog << LINFO << "testing kernel_1a"; |
| 404 | graph_test<graph<int>::kernel_1a>(); |
| 405 | |
| 406 | test_copy(); |
| 407 | } |
| 408 | } a; |
| 409 | |
| 410 |
nothing calls this directly
no test coverage detected