Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
706 views

How to suppress parsing, preprocessing of code with the signature "__ASM volatile rbit(x)"

I am unit testing embedded code on a host environment (vectorcast). The code is devloped using an arm-eabi compiler on the target hardware. We are testing it on desktop without any simulator or ...
yash's user avatar
  • 19
1 vote
1 answer
1k views

unit testing Coverage Issue

my ultimate goal is to cover the below code (making complete code green). I am using cantata tool. #define CHECK1 ((a == 1) || (a == 4)) void check_fun(int a, int b) { if((!CHECK1)&...
venkatesh kambakana's user avatar