approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
318 stars 51 forks source link

initializeApprovalTestsForGoogleTests #10

Closed alastairUK closed 5 years ago

alastairUK commented 5 years ago

I believe this function should be marked 'inline' otherwise you get

error LNK2005: "void __cdecl initializeApprovalTestsForGoogleTests(void)" (?initializeApprovalTestsForGoogleTests@@YAXXZ) already defined in ApprovalTests.obj

claremacrae commented 5 years ago

Thanks for pointing this out. It's now fixed... If you are stilling having trouble, please let us know.