MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / TEST_CASE

Function TEST_CASE

test/fileutils.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#endif
49
50TEST_CASE(executable_filename)
51{
52 auto name = migraphx::make_executable_filename(baze_name);
53 EXPECT(name == std::string{baze_name}.append(executable_postfix));
54}
55
56TEST_CASE(shared_object_filename)
57{

Callers

nothing calls this directly

Calls 6

make_executable_filenameFunction · 0.85
append_extensionFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected