[Feature] Support CTest without CMake #4169
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
more votes needed
We currently are de-prioritizing this issue until more community up-votes are provided
Milestone
Brief Issue Summary
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 fine 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?
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
Migrated from this discussion thread.
The text was updated successfully, but these errors were encountered: