We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checklist
Describe the bug
TestMate writes [Error: Not a supported test executable:] but it is a valid google-test excecutable
Log (optional but recommended) TestMate outout: TestMate.log
Google Test excecutable output: gtest_output.log
The text was updated successfully, but these errors were encountered:
what is the output if you call with --help argument?
--help
Sorry, something went wrong.
output of gtest --help: gtest_help_log.txt
It should be fine. Try to setting up cwd.
And check this issue: #201
It works now, it seems that setting cwd to ${absDirpath} didn't work. Setting the path hard-coded worked.
No branches or pull requests
Checklist
Describe the bug
TestMate writes [Error: Not a supported test executable:] but it is a valid google-test excecutable
Log (optional but recommended)
TestMate outout:
TestMate.log
Google Test excecutable output:
gtest_output.log
The text was updated successfully, but these errors were encountered: