.d files not generated #803
Replies: 5 comments
-
Here are some logs. The strange thing occurs between commit 2857450 and b429d73 ; with 2857450 as you can see, when running ceedling the mock files are generated (then things are included in double, but that's another bug). In b429d73 I made some changes to project.yml (instead of hardwiring clang in :tools: I go thru environment variables, cf git show below), and then the mock files are not generated anymore. Any suggestion welcome.
|
Beta Was this translation helpful? Give feedback.
-
If I switch
Tomorrow, I'll try to debug why caching the inlines using the test preprocessor fails. |
Beta Was this translation helpful? Give feedback.
-
Are you working off the last official release, the pre-release, or the master branch? |
Beta Was this translation helpful? Give feedback.
-
Off this branch: https://github.com/informatimago/Ceedling/tree/783--cmock-of-the-wrong-file-is-generated for #784 I should check today if the test_preprocessor compiler is run successfully or not called at all to extract the includes. |
Beta Was this translation helpful? Give feedback.
-
Ok, I've found the problem. I had added the -H option to the But this preprocessor doesn't have an output argument; instead, it writes to I've created an issue to change make |
Beta Was this translation helpful? Give feedback.
-
What could be the reason why the dependencies .d files are not generated?
My project.yml starts with:
and has a
:tools: :test_dependencies_generator:
defined, but it's never run, the rules fromrules_tests_deep_dependencies.rake
orgcov.rake
are never invoked.Beta Was this translation helpful? Give feedback.
All reactions