Skip to content

Commit

Permalink
whoops. need to fix that last one.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Dec 13, 2023
1 parent 11702a7 commit e252eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ceedling/test_invoker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def setup_and_invoke(tests:, context:TEST_SYM, options:{})
test_core = test_sources + details[:mock_list]

# When we have a mock and an include for the same file, the mock wins
test_core.delete_if {|v| details[:mock_list].include?("#{CMOCK_MOCK_PREFIX}#{File.basename(v,'.*')}#{CMOCK_MOCK_SUFFIX}#{EXTENSION_SOURCE}")}
#test_core.delete_if {|v| details[:mock_list].include?("#{CMOCK_MOCK_PREFIX}#{File.basename(v,'.*')}#{CMOCK_MOCK_SUFFIX}#{EXTENSION_SOURCE}")}

# CMock + Unity + CException
test_frameworks = @helper.collect_test_framework_sources
Expand Down

0 comments on commit e252eed

Please sign in to comment.