HomeSort by relevance Sort by last modified time
    Searched refs:catchPath (Results 1 - 9 of 9) sorted by null

  /external/catch2/scripts/
updateWandbox.py 7 from scriptCommon import catchPath
37 'code': open(os.path.join(catchPath, 'single_include', 'catch2', 'catch.hpp')).read()
approve.py 9 from scriptCommon import catchPath
11 rootPath = os.path.join( catchPath, 'projects/SelfTest/Baselines' )
releaseNotes.py 10 from scriptCommon import catchPath
15 rootPath = os.path.join( catchPath, 'include/' )
20 lines = runAndCapture( ['git', 'log', hashes[1] + ".." + hashes[0], catchPath] )
fixWhitespace.py 5 from scriptCommon import catchPath
48 changedFiles = fixAllFilesInDir(catchPath)
scriptCommon.py 6 catchPath = os.path.dirname(os.path.realpath( os.path.dirname(sys.argv[0])))
releaseCommon.py 8 from scriptCommon import catchPath
11 rootPath = os.path.join( catchPath, 'include/' )
14 readmePath = os.path.join( catchPath, "README.md" )
15 cmakePath = os.path.join(catchPath, 'CMakeLists.txt')
140 sourceFile = os.path.join(catchPath, 'include/reporters/catch_reporter_{}.hpp'.format(rep))
141 destFile = os.path.join(catchPath, 'single_include', 'catch2', 'catch_reporter_{}.hpp'.format(rep))
approvalTests.py 13 from scriptCommon import catchPath
19 rootPath = os.path.join(catchPath, 'projects/SelfTest/Baselines')
76 cmdPath = os.path.join(catchPath, scriptCommon.getBuildExecutable())
95 if catchPath in line:
97 line = line.replace(catchPath + os.sep, '')
generateSingleHeader.py 12 from scriptCommon import catchPath
26 rootPath = os.path.join( catchPath, 'include/' )
27 outputPath = os.path.join( catchPath, 'single_include/catch2/catch.hpp' )
updateDocumentToC.py 22 from scriptCommon import catchPath
31 documentsDefault = os.path.join(os.path.relpath(catchPath), 'docs/*.md')

Completed in 89 milliseconds