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

Not a supported test executable with google-test #210

Closed
3 tasks done
thecalicojack opened this issue Jul 3, 2020 · 4 comments
Closed
3 tasks done

Not a supported test executable with google-test #210

thecalicojack opened this issue Jul 3, 2020 · 4 comments

Comments

@thecalicojack
Copy link

Checklist

  • The issue is about this extension and NOT about a fork.
  • Check the known issues list.
  • The latest version of the extension was used.

Describe the bug

TestMate writes [Error: Not a supported test executable:] but it is a valid google-test excecutable

  • Extension Version: 3.2.8
  • VS Code Version: 1.43.2
  • Catch2 / Google Test / DOCTest Version: Google Test Git Hash: e588eb1f
  • OS Type and Version: local Win7, remote Debian 4.9
  • Using remote-ssh/docker/wsl?: remote-ssh

Log (optional but recommended)
TestMate outout:
TestMate.log

Google Test excecutable output:
gtest_output.log

@matepek
Copy link
Owner

matepek commented Jul 3, 2020

what is the output if you call with --help argument?

@thecalicojack
Copy link
Author

output of gtest --help:
gtest_help_log.txt

@matepek
Copy link
Owner

matepek commented Jul 3, 2020

It should be fine.
Try to setting up cwd.

And check this issue: #201

@thecalicojack
Copy link
Author

It works now, it seems that setting cwd to ${absDirpath} didn't work.
Setting the path hard-coded worked.

@matepek matepek closed this as completed Jul 11, 2020
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

2 participants