MCPcopy Create free account
hub / github.com/Samsung/ONE / TEST

Function TEST

compiler/luci/lang/src/Module.test.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <gtest/gtest.h>
20
21TEST(ModuleTest, consturctor)
22{
23 auto gs = luci::make_module();
24
25 SUCCEED();
26}
27
28TEST(ModuleTest, add)
29{

Callers

nothing calls this directly

Calls 7

make_moduleFunction · 0.85
make_graphFunction · 0.50
getMethod · 0.45
addMethod · 0.45
graphMethod · 0.45
sizeMethod · 0.45
ext_bufferMethod · 0.45

Tested by

no test coverage detected