Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

Ruby-based unit testing and build system for C projects

Results 213 Ceedling issues
Sort by recently updated
recently updated
newest added

Hello! Here is what I have. Test file (_Test_DevicesTask_create.c_): ``` #include #include "Mock_queue.h" #include void setUp(void) { ; } void tearDown(void) { ; } /** * Prepare: * Do: *...

Hi, we are using ceedling 0.30.0 on Windows machines with a Ruby 2.6. When we enable colour-reporter-plugin ``` :plugins: :enabled: [...] - colour_report ``` we get the following warning: ```...

Trying to put multiple executables into this command hook causes the following error: ``` /var/lib/gems/2.4.0/gems/ceedling-0.31.1/lib/ceedling/configurator.rb:136:in `[]': no implicit conversion of Symbol into Integer (TypeError) ``` Command Hook in question: ```...

Hello, 1. Does ceedling create a new module in a directory different from **src** directory that is auto generated when we create a new project? I want to insert a...

Hi, When I run **ceedling module:create[a_module]** in my project directory, I get the error **"no matches found module:create[a_module]"** **ceedling version** returns: Ceedling:: 0.28.2 CException:: 1.3.1.18 CMock:: 2.4.4.215 Unity:: 2.4.1.120 Running...

I installed msys64, and in msys64 installed ruby. I updated to the latest version of gem, then installed ceedling. Once I corrected a PATH issue, I experienced, in sequence: 1....

Hello, I apologize if someone has already asked this question before. I looked around and could not find anything that addressed my query. I am familiar with the tool suite...

Hi everyone, I would like to use multiple source file extensions. My project contain both of C and CPP files and there is dependencies between them. Extension section example I...

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...

I expect this combination to be pretty common especially in embedded unit testing. Often the preprocessor is needed because the vendor headers alone are too complex and tricky to be...