Unable to find tests when cross compiling #4737
Unanswered
lajson
asked this question in
Community Help
Replies: 1 comment
-
Hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to run tests in arm qemu environment and the problem is that test cases cannot be identified.
Trying to user version: v1.16.0
I'm simply trying to build and run googletest\samples\sample9_unittest.cc, with minor modifications:
Any idea's why this doesn't work when cross-compiling?
Works fine on windows.
The only output I get is:
`TEST PASSED
No tests: 0`
Thanks for any input!
/Thomas
Beta Was this translation helpful? Give feedback.
All reactions