Searched refs:testfile_includes (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 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 [all …]
|