Searched refs:test_cpp (Results 1 – 6 of 6) 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
24 $ cd conformance && make test_cpp
253 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
184 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
38 cd conformance && make test_cpp && cd ..