Replies: 1 comment 1 reply
-
@kalvdans This sounds like a feature request, could you create an issue on the Issues pane so that we can properly track this? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a Python project with no compiled code, and no need for cmake. But we still like to use ctest as the test driver. It works find from the command-line, and have the list of tests in CTestTestfile.cmake (as documented).
In order to get them into vscode test explorer, two hacks are needed to trick cmake-test-explorer to believe the source directory is a build directory:
CMAKE_CTEST_COMMAND:INTERNAL=ctest
Would it be possible to make vscode-cmake-tools discover a testable directory by the existance of CTestTestfile.cmake?
Beta Was this translation helpful? Give feedback.
All reactions