Ceedling 1.0.0 and :support
#983
Unanswered
CJCombrink
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi :) I'm not clear on how it was working previously given your description? In the past, if you were not The test files DO need to include all the files that are to be linked, either by using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah. Is |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quick question just to make sure if I am not missing something while trying to migrate to ceedling 1.0.0:
My project has
:paths:
->:support:
->- test/support/**
which contains filesplatform_mocking.h
andplatform_mocking.c
Without much effort I am able to build the project and run the tests.
When I migrate to ceedling 1.0.0 and add the
:paths:
->:support:
->- test/support/**
to my project I get linker errors for all test files that does not include the mock fileThe error
undefined reference to XXX
for each function in theplatform_mocking.h
header.So the question is did I misconfigure my project so that this is now included for each test file or is this expected for ceedling 1.0.0?
Beta Was this translation helpful? Give feedback.
All reactions