-
-
Notifications
You must be signed in to change notification settings - Fork 52
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 (Catch2 on remote ssh) #201
Comments
Please attach the output of the result calling the executable with |
|
Oh man that's tricky. What we can do that if you could send me over the file I can try it on my Ubuntu VM. |
I am seeing the same in non-remote work. Attaching a simple test built on Ubuntu 18: from this code:
|
Hm... try to add execution flag. |
Okay I found the issue: there was a dynamic linked library with a relative path. |
You can change the |
Thanks that worked! |
@matepek Before I file a new bug, could this be related to the issue I've been having on Windows VSCode connecting to WSL2 ubuntu 18.04? No tests show in the explorer, nor do the Run|Debug|Etc options show above the individual tests. Microsoft has this document to reference for extension issues in WSL2: |
Assuming that "this" means this issue(201): yes, this can cause symptoms like that. |
Checklist
Describe the bug
I have a simple Catch2 test suite that runs fine from command line and vscode tasks.
However its test cases don't get listed in Test Explorer.
Here is a sample run of it with "-l":
Desktop
Log (optional but recommended)
The text was updated successfully, but these errors were encountered: