Home
last modified time | relevance | path

Searched refs:fMakeFile (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java130 final File fMakeFile = new File(sMakeFile); in checkModule() local
131 … assure("ERROR: could not find makefile: '" + sMakeFile + "'", fMakeFile.exists(), mContinue); in checkModule()