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

Method perform_test

dlib/test/array.cpp:650–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 {}
649
650 void perform_test (
651 )
652 {
653 print_spinner();
654 another_array_test();
655
656 // test a checking version first for good measure
657 print_spinner();
658 array_expand_test<array<unsigned long> >();
659
660 DLIB_TEST(dlib::is_array<int>::value == false);
661 test_array_split();
662 }
663 } a;
664
665

Callers

nothing calls this directly

Calls 3

print_spinnerFunction · 0.85
another_array_testFunction · 0.85
test_array_splitFunction · 0.85

Tested by

no test coverage detected