MCPcopy Create free account
hub / github.com/davisking/dlib / dotest5

Function dotest5

dlib/test/bsp.cpp:414–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

perform_testMethod · 0.85

Calls 3

print_spinnerFunction · 0.85
bsp_connectFunction · 0.85
refFunction · 0.85

Tested by

no test coverage detected