Lines Matching refs:testfile_includes
70 testfile_includes = (headers[:local] + headers[:system])
71 used_mocks = find_mocks(testfile_includes)
72 testfile_includes = (testfile_includes - used_mocks)
73 testfile_includes.delete_if { |inc| inc =~ /(unity|cmock)/ }
77 generate(input_file, output_file, tests, used_mocks, testfile_includes)
81 …all_files_used += testfile_includes.map { |filename| filename + '.c' } unless testfile_includes.em…
87 def generate(input_file, output_file, tests, used_mocks, testfile_includes) argument
89 create_header(output, used_mocks, testfile_includes)
105 create_h_file(output, @options[:header_file], tests, testfile_includes, used_mocks)
212 def create_header(output, mocks, testfile_includes = []) argument
226 testfile_includes.each do |inc|
434 def create_h_file(output, filename, tests, testfile_includes, used_mocks) argument
444 testfile_includes.each do |inc|