You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
Sorry if it's something stupid and that I just missed something in the README.
But I just installed google-test with the "official" cmake config linked in their README :
But even if I can run the executable from powershell :
PS E:\_DEV_Projects_\The-Architect-Paris\bin\win_x64\Debug> .\Gtest.exe
Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from SquareTests
[ RUN ] SquareTests.Square
[ OK ] SquareTests.Square (0 ms)
[----------] 1 test from SquareTests (0 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[ PASSED ] 1 test.
Well I just run into a error withtout any real indication inside GTA :
[23/01/2018 22:41:27 Informational] ------ Discover test started ------
[23/01/2018 22:41:27 Error] Object reference not set to an instance of an object.
[23/01/2018 22:41:27 Error] Object reference not set to an instance of an object.
[23/01/2018 22:41:27 Informational] ========== Discover test finished: 0 found (0:00:00,0020053) ==========
[23/01/2018 22:41:27 Error] Exception has been thrown by the target of an invocation.
Someone can explain me what does that mean?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi guys,
Sorry if it's something stupid and that I just missed something in the README.
But I just installed google-test with the "official" cmake config linked in their README :
But even if I can run the executable from powershell :
Well I just run into a error withtout any real indication inside GTA :
Someone can explain me what does that mean?
Thanks !
The text was updated successfully, but these errors were encountered: