MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / test_output_profile_path

Function test_output_profile_path

tests/Profiles.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static std::string test_output_profile_path(const std::string& base_name) {
43 std::stringstream file_name;
44 file_name << base_name << "_" << std::rand() << ".profile";
45 return get_temp_test_path(file_name.str());
46}
47
48TEST_CASE( "empty constructor", "[libopenshot][profile]" )
49{

Callers 1

Profiles.cppFile · 0.85

Calls 1

get_temp_test_pathFunction · 0.85

Tested by

no test coverage detected