MCPcopy Create free account
hub / github.com/WinMerge/winmerge / getProjectRoot

Function getProjectRoot

Src/Test.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "gtest/gtest.h"
27
28String getProjectRoot()
29{
30#ifdef _WIN64
31 return paths::ConcatPath(env::GetProgPath(), L"../../..");
32#else
33 return paths::ConcatPath(env::GetProgPath(), L"../../");
34#endif
35}
36
37void Wait(unsigned ms)
38{

Callers 1

TESTFunction · 0.85

Calls 2

ConcatPathFunction · 0.85
GetProgPathFunction · 0.85

Tested by

no test coverage detected