| 412 | } |
| 413 | |
| 414 | void dotest5() |
| 415 | { |
| 416 | dlog << LINFO << "start dotest5()"; |
| 417 | print_spinner(); |
| 418 | std::vector<network_address> hosts; |
| 419 | int val = 0; |
| 420 | bsp_connect(hosts, test5_job, dlib::ref(val)); |
| 421 | DLIB_TEST(val == 25); |
| 422 | } |
| 423 | |
| 424 | // ---------------------------------------------------------------------------------------- |
| 425 |
no test coverage detected