MCPcopy Create free account
hub / github.com/avaneev/biteopt / main

Function main

tests/test2.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "testfn.h"
13
14int main()
15{
16 CTester Tester;
17
18 Tester.init( 0.000001, 500, 2000, true );
19 Tester.addCorpus( 2, TestCorpusAll, false, false );
20
21 Tester.run();
22}

Callers

nothing calls this directly

Calls 3

addCorpusMethod · 0.80
runMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected