MCPcopy Create free account
hub / github.com/Samsung/UTopia / createTATestHelper

Method createTATestHelper

tests/TestHelper.cpp:372–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372std::shared_ptr<TATestHelper>
373TestHelperFactory::createTATestHelper(std::string Code, std::string Name,
374 CompileHelper::SourceType Type) const {
375
376 auto Compile = createCompileHelper(Code, Name, "-O0 -fPIC", Type);
377 if (!Compile)
378 return nullptr;
379
380 return std::make_shared<TATestHelper>(Compile);
381}
382
383std::shared_ptr<TATestHelper>
384TestHelperFactory::createTATestHelper(std::string SrcDir,

Callers 4

createLoaderMethod · 0.80
SetUpTestCaseMethod · 0.80
SetUpTestCaseMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected