Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic installation with CMake doesn't run #193

Closed
ghost opened this issue Jan 23, 2018 · 1 comment
Closed

Basic installation with CMake doesn't run #193

ghost opened this issue Jan 23, 2018 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Jan 23, 2018

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 :

https://crascit.com/2015/07/25/cmake-gtest/

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 !

@csoltenborn csoltenborn self-assigned this Jan 24, 2018
@csoltenborn
Copy link
Owner

Not sure about the concrete error, but CMake is not yet supported (see #156)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant