Ceedling
Ceedling copied to clipboard
Is there any option to compile and link all the files at a time before running individual test_file.
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)
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.