Teh Kok How
Teh Kok How
So this in Terminal tab shows it takes 110 seconds to build? ``` [191/191 100% :: 110.886] Linking CXX executable /usr/src/DataStructuresAlgorithms/x64/Debug/DataStructuresAlgorithms.Tests ``` > If your setting for cmake.buildTask is disabled,...
`CTRL+SHFT+B` = "Tasks: Run Build Task"
> Hi [@khteh](https://github.com/khteh) Thanks for reporting issue here! > > Verified this issue on CMake Tools v1.21.25(pre-release) and v1.20.53(release), the test result as below: > > 1. When I run...
This works for me. `CTest` is redundant unless the following are answered: What's the issue with `DartConfiguration.tcl`? Why does `CTest` take 6x to run compared to `TestMate` https://github.com/matepek/vscode-catch2-test-adapter?
Doesn't help! I have `enable_testing()` in `CMakeLists.txt` at the root level. No file is created as expected but why does the build complain about the absense of the file? Is...
https://stackoverflow.com/questions/78763039/vscode-ctest-google-test-complains-non-existing-dartconfiguration-tcl
Didn't I respond 2 weeks ago that it doesn't help? There is no build config which refers to the missing file. This is C++ build. Why does it complain to...
`settings.json`: ``` "cmake.ctest.testExplorerIntegrationEnabled": true, "cmake.ctest.allowParallelJobs": true, "cmake.ctest.parallelJobs": 18 ``` `CMakeLists.txt`: ``` include(CTest) enable_testing() ``` Output: ``` [main] Building folder: /usr/src/DataStructuresAlgorithms/build [build] Starting build [proc] Executing command: /usr/bin/cmake --build /usr/src/DataStructuresAlgorithms/build --config...
`CTest` performs as badly in VS2022 on Windows 11: https://developercommunity.visualstudio.com/t/VS2022-Google-Test-poor-performance/10715607
`v1.19.35 (pre-release)` doens't show up in Test Explorer!