You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cmockery
Hi everybody!
I need to test project where `-std=c89' compiler option is used.
I tried to compile tests and got errors about `ANSI C90 doesn't
support long long'. Then I tried to compile cmockery with `CC=c89'
flag and got more errors.
I browse cmockery source code and found out macros
LargestIntegralType. I changed it in configure script. But it didn't
help. I got errors about using new style comments (// instead /* */)
and other syntax errors.
How can I use cmockery framework in that project? Or I'll have to
patch it?