Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
HDmake_common_makefile.py192 def write_cbmcbatchyaml_target(opsys, _makefile): argument
212 _makefile.write(target)
214 def write_solver(opsys, _makefile): argument
221 _makefile.write(conditional)
224 with open(makefile, "w") as _makefile:
225 write_define(opsys, "FREERTOS_PLUS_TCP", defines, _makefile)
226 write_define(opsys, "PROOFS", defines, _makefile)
227 write_common_defines(opsys, defines, _makefile)
228 write_makefile(opsys, template, defines, _makefile)
229 write_cbmcbatchyaml_target(opsys, _makefile)
[all …]