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

Method perform_test

dlib/test/bsp.cpp:548–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 {}
547
548 void perform_test (
549 )
550 {
551 for (int i = 0; i < 3; ++i)
552 {
553 dotest1();
554 dotest2<0>();
555 dotest2<1>();
556 dotest2<2>();
557 dotest3();
558 dotest4();
559 dotest5();
560 dotest6();
561 }
562 }
563 } a;
564
565}

Callers

nothing calls this directly

Calls 5

dotest3Function · 0.85
dotest4Function · 0.85
dotest5Function · 0.85
dotest6Function · 0.85
dotest1Function · 0.70

Tested by

no test coverage detected