Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dgenerate_test_runner.rb50 testfile_includes = []
63 testfile_includes = headers[:local] + headers[:system]
64 used_mocks = find_mocks(testfile_includes)
68 generate(input_file, output_file, tests, used_mocks, testfile_includes)
72 …all_files_used += testfile_includes.map {|filename| filename + '.c'} unless testfile_includes.empt…
77 def generate(input_file, output_file, tests, used_mocks, testfile_includes) argument
79 create_header(output, used_mocks, testfile_includes)
170 def create_header(output, mocks, testfile_includes=[]) argument
182 testfile_includes.delete_if{|inc| inc =~ /(unity|cmock)/}
183 testrunner_includes = testfile_includes - mocks