Epps - 2023-08-31

Hi, I got

        <error id="syntaxError" severity="error" msg="syntax error" verbose="syntax error" file0="Test.cpp">
            <location file="Test.cpp" line="121" column="3"/>
        </error>

Code:

TYPED_TEST(CIntervalSetTestInt, CompleteTest) {
            using MyParamType  = typename TestFixture::MyParamType;
            CIntervalSetTestInt<MyParamType>::DoTest();
        }

If i compare "googletest.cfg" against http://google.github.io/googletest/reference/testing.htm
there are missing many Macros as also in this case the "TYPED_TEST"
It would be great if the library could be updated and thanks for the work on CPPCHECK.👍

 

Last edit: Epps 2023-08-31