You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not related to remote-vscode or I checked the following issue
Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
I have a test suite with a custom main function, something that resembles this file:
#defineCATCH_CONFIG_CONSOLE_WIDTH150
#include<catch2/catch_all.hpp>intmain( int argc, char ** argv ) {
// some init code here
...
// run the sessionconstint & result = Catch::Session().run( argc, argv );
// some cleanup code
....
return result;
}
To Reproduce
Create a test with custom main, link Catch2::Catch2 using cmake.
Screenshots (optional)
The binary gets compiler:
But the extension does not show me the tests that the binary has.
Desktop
Extension Version: 4.12.2
VS Code Version: 1.95.3 f1a4fb101478ce6ec82fe9627c43efbf9e98c813 arm64
Catch2 / Google Test / DOCTest Version: catch2 3.7.1
OS Type and Version: macOS Darwin Kernel Version 24.1.0 arm64
Using remote-ssh/docker/wsl?: no, the tests are built on my local machine
Regression bug?
Last extension version in which the feature were working: I've just installed the extension today so I cannot tell.
**Log** (optional but recommended)
<pastelogshere>
There is no log in the Test Explorer in vscode.
The text was updated successfully, but these errors were encountered:
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
I have a test suite with a custom main function, something that resembles this file:
To Reproduce
Create a test with custom main, link
Catch2::Catch2
using cmake.Screenshots (optional)
The binary gets compiler:
But the extension does not show me the tests that the binary has.
Desktop
4.12.2
1.95.3 f1a4fb101478ce6ec82fe9627c43efbf9e98c813 arm64
catch2 3.7.1
macOS Darwin Kernel Version 24.1.0 arm64
Regression bug?
**Log** (optional but recommended)
There is no log in the
Test Explorer
in vscode.The text was updated successfully, but these errors were encountered: