Searched refs:srcDict (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/ |
| H A D | gmakegentest.py | 296 def addToSources(self,exfile,rpath,srcDict): argument 307 if 'depends' in srcDict: 308 depSrcList=srcDict['depends'].split() 544 def genRunScript(self,testname,root,isRun,srcDict): argument 554 testDict=srcDict[testname] 589 …self._writeTodoSkip(fh,'todo',[s for s in [srcDict.get('TODO',''), testDict.get('TODO','')] if s],… 590 self._writeTodoSkip(fh,'skip',srcDict.get('SKIP',[]) + testDict.get('SKIP',[]),footer) 626 def genScriptsAndInfo(self,exfile,root,srcDict): argument 639 isBuilt=self._isBuilt(exfile,srcDict) 640 for test in srcDict.copy(): [all …]
|