Yuri Pekelny - 2022-03-11

Hi,

I noticed that TYPED_TEST are not included in
https://github.com/danmar/cppcheck/blob/main/cfg/googletest.cfg which
causes a TYPED_TEST error.
I think this can be fixed by adding TYPED_TEST, TYPED_TEST_SUITE and other
macros from https://google.github.io/googletest/reference/testing.html to
googletest.cfg.

Best Regards,
Yuri