INNER CODE UNIT · Python

IsInGTestSvn

sweeneychris/TheiaSfM · libraries/gtest/scripts/common.py:76

def IsInGTestSvn():
  project, _ = GetSvnInfo()
  return project == 'googletest'


def IsInGMockSvn():
  project, _ = GetSvnInfo()
  return project == 'googlemock'

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…