This commit is contained in:
Mark VanderVoord
2019-07-09 10:57:31 -04:00
parent 7761b3fb3f
commit 4ab728b6d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ module RakefileHelpers
obj_list = []
# Detect dependencies and build required required modules
header_list = extract_headers(test) + ['cmock.h'] + [ cfg[:cmock][:unity_helper_path] ]
header_list = extract_headers(test) + ['cmock.h'] + [ $cfg[:cmock][:unity_helper_path] ]
header_list.compact.uniq.each do |header|
#create mocks if needed
+1 -1