Searched refs:test_cpp (Results 1 – 1 of 1) sorted by relevance
36 for test_cpp in os.listdir(dr_test_dir):37 if not test_cpp.endswith('.cpp'):39 test_cpp = os.path.join(dr_test_dir, test_cpp) variable41 for match in re.finditer(status_re, file(test_cpp, 'r').read()):45 print >> sys.stderr, "warning:%s: no '// dr123: foo' comments in this file" % test_cpp