mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-06 13:50:49 +08:00
Use custom mock prefix when searching for mock header files. #263
This commit is contained in:
@ -157,7 +157,7 @@ class UnityTestRunnerGenerator
|
||||
mock_headers = []
|
||||
includes.each do |include_path|
|
||||
include_file = File.basename(include_path)
|
||||
mock_headers << include_path if (include_file =~ /^mock/i)
|
||||
mock_headers << include_path if (include_file =~ /^#{@options[:mock_prefix]}/i)
|
||||
end
|
||||
return mock_headers
|
||||
end
|
||||
|
Reference in New Issue
Block a user