Luis Afonso

Results 16 comments of Luis Afonso

hello, I am using a snapshot, ceedling-0.32.0-164e950.

```--verbosity=debug``` doesn't seem to work so I used ```verbosity[4] ``` It does not show the specified flags. Double checking with ```test:path[]``, I can seel all the flags. I can see...

I'm running it on windows because IAR and avoid switching between filesystems. ```gem which ceedling``` works for it. This is what mine looks like initially ``` namespace TEST_SYM do TOOL_COLLECTION_TEST_RULES...

I might get a chance to try this at some point, maybe only over the weekend

I tried doing this on WSL to not break my windows build environment. It had already a ceedling version installed. I've done ```sudo gem install --local ``` with release candidate...

I am currently using a snapshot 0.32.0-164e950. Do you have any advised snapshot to get or just the latest one? I might try this over the weekend if I don't...

let me know if you need details to replicate the issue or for me to try anything. It was using STM32 LL libraries (specifically the timer ones) thank you

The issue only occurs in the mock with that specific snapshot. The path seems to be correct. I do have mock registers, this one was just a quick test of...

I believe pull request #728 seems like it does exactly what I need. Might try to pull and build it to see if it works.