Migrate to 1.0.0-f899db8: How to get cmock to run #956
Unanswered
CJCombrink
asked this question in
Q&A
Replies: 3 comments 2 replies
-
If you type |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had something similar when I upgraded my project before running |
Beta Was this translation helpful? Give feedback.
1 reply
-
It appears that I missed the following under
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to migrate an existing ceedling project to version 1.0.0.
I have made some progress, but it seems like cmock is not running.
Is there some docs on what is needed that I am missing that contains information on how to migrate or enable cmock for the new project file?
The symptom is that when running
ceedling test:all
I get afatal error: mock_platform_mocking.h: No such file or directory
compiler error. I have searched the file system and does not find one, thus I am assuming cmock was never executed.I have tried
:use_test_preprocessor: :mocks
and:use_test_preprocessor: :all
but still can't get cmock to run.PS: I am very new to ceedling, cmock, etc. I am a new member of a team using these tools
Ceedling 0.31.1 definitely generated this header and associated other files.
project.yml
Beta Was this translation helpful? Give feedback.
All reactions