Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Is there any option to compile and link all the files at a time before running individual test_file.

Open manoj-kumar-mondal opened this issue 2 years ago • 1 comments

Let me elaborate the scenario.

Hi, I'm very new to the framework.

My question is "Is there any way to compile and link all the files, whose path mentioned on the project.yml file, before running the test_Files"? (just link c compiler does for run the project)

manoj-kumar-mondal avatar May 05 '23 05:05 manoj-kumar-mondal

If you try the prerelease gem in "releases", you'll find that the next release of ceedling works in phases. It does all the compiling, then all the linking, etc.

At the moment there isn't a command for telling it to stop at the link step, but we could definitely add it.

mvandervoord avatar May 05 '23 11:05 mvandervoord