Skip to content

Commit

Permalink
Fixed location where compiler defines are stored internally.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Dec 11, 2023
1 parent 9035807 commit 8de4ffe
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 @@ -362,7 +362,7 @@ def compile_test_component(tool:TOOLS_TEST_COMPILER, context:TEST_SYM, test:, so
testable = @testables[test]
filepath = testable[:filepath]
flags = testable[:compile_flags]
defines = testable[:defines]
defines = testable[:compile_defines]

# Tailor search path--remove duplicates and reduce list to only those needed by vendor / support file compilation
search_paths = @helper.tailor_search_paths(search_paths:testable[:search_paths], filepath:source)
Expand Down

0 comments on commit 8de4ffe

Please sign in to comment.