You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on a plugin to split a C file into two files from source directory to build/src and I would like that ceedling use those two files instead of the original file in src. Do you have any hint on how to do this and at which step I should do that I tried just after the loading of the plugin with pre_build hook to add my build/src before src path but without success yet Ceedling was still using the original source file. This is related with what discussed in #982 I try to generate the module_private.c with static functions and remove those functions from module.c, this was not necessary on 0.32 but this is a workaround to successfully test my modules with v1.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a plugin to split a C file into two files from source directory to build/src and I would like that ceedling use those two files instead of the original file in src. Do you have any hint on how to do this and at which step I should do that I tried just after the loading of the plugin with pre_build hook to add my build/src before src path but without success yet Ceedling was still using the original source file. This is related with what discussed in #982 I try to generate the module_private.c with static functions and remove those functions from module.c, this was not necessary on 0.32 but this is a workaround to successfully test my modules with v1.0
Beta Was this translation helpful? Give feedback.
All reactions