Searched refs:test_cpp (Results 1 – 8 of 8) 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
108 "test_cpp.proto",118 name = "test_cpp",119 srcs = ["test_cpp.cc"],
40 test_cpp
74 test_lirc_mode2_user xdping test_cpp321 $(OUTPUT)/test_cpp: test_cpp.cpp $(BPFOBJ)
25 $ cd conformance && make test_cpp
335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp target
229 wrapped_make -j "${NUM_MAKE_JOBS}" test_cpp
27 cd conformance && make test_cpp && cd ..