Am 30.04.23 um 13:40 schrieb Matthias Seidel:
Hi Peter,
Am 30.04.23 um 12:19 schrieb Peter Kovacs:
Hi All,
As suspekted adding GTEST_ in front fixes my setup.
What does that mean?
Do we need to change something in our code or is it just a configuration
issue?
It depends...
If Googletest
Hi Peter,
Am 30.04.23 um 12:19 schrieb Peter Kovacs:
> Hi All,
>
> As suspekted adding GTEST_ in front fixes my setup.
What does that mean?
Do we need to change something in our code or is it just a configuration
issue?
Regards,
Matthias
>
> All the best
>
>
> Am 29.04.23 um 09:26 schrieb
Hi All,
As suspekted adding GTEST_ in front fixes my setup.
All the best
Am 29.04.23 um 09:26 schrieb Peter Kovacs:
Hi all.
Build fails with:
main/sal/qa/rtl/crc32/rtl_crc32.cxx:72:1:error: expected constructor,
destructor, or type conversion before '(' token
72 | TEST_F(test, rtl_crc3
Hi all.
Build fails with:
main/sal/qa/rtl/crc32/rtl_crc32.cxx:72:1:error: expected constructor,
destructor, or type conversion before '(' token
72 | TEST_F(test, rtl_crc32_002_1)
I have installed gtest using official ubuntu package
the readme says:
### Avoiding Macro Name Clashes
In C++