mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-17 15:49:58 +00:00
Try to fix CI
This commit is contained in:
@@ -59,7 +59,7 @@ File.open(TEST_MAKEFILE, "w") do |mkfile|
|
|||||||
test_sources = Dir["#{TEST_DIR}/**/test_*.c"]
|
test_sources = Dir["#{TEST_DIR}/**/test_*.c"]
|
||||||
test_targets = []
|
test_targets = []
|
||||||
generator = UnityTestRunnerGenerator.new
|
generator = UnityTestRunnerGenerator.new
|
||||||
all_headers = Dir["#{SRC_DIR}/**/*.h"].reject{ |f| f["/#{MOCK_PREFIX}"] || f["#{MOCK_SUFFIX}.h"]} #headers that begin with suffix or end with suffix are not included
|
all_headers = Dir["#{SRC_DIR}/**/{[!#{MOCK_PREFIX}]}*{[!#{MOCK_SUFFIX}]}.h"] #headers that begin with prefix or end with suffix are not included
|
||||||
makefile_targets = []
|
makefile_targets = []
|
||||||
|
|
||||||
test_sources.each do |test|
|
test_sources.each do |test|
|
||||||
|
|||||||
Reference in New Issue
Block a user