MCPcopy Create free account
hub / github.com/comaps/comaps / RunTess

Function RunTess

generator/generator_tests/tesselator_test.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35size_t RunTess(P const * arr, size_t count)
36{
37 std::list<std::vector<P>> l;
38 l.emplace_back();
39 l.back().assign(arr, arr + count);
40
41 return RunTest(l);
42}
43
44UNIT_TEST(Tesselator_SelfISect)
45{

Callers 1

UNIT_TESTFunction · 0.85

Calls 4

backMethod · 0.80
RunTestFunction · 0.70
emplace_backMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected