-
### Brief Issue Summary
I hit the following bogus error in VSCode running CTest with GoogleTest for my C++ app:
```
[proc] Executing command: /usr/bin/ctest -j18 -C Debug -T test --output-on-failur…
khteh updated
1 month ago
-
### Brief Issue Summary
If I configure my project, it unexpectedly runs tests, which is unexpected and undesired.
### CMake Tools Diagnostics
{
"os": "linux",
"vscodeVersion": "1.95.1",
"cmtV…
-
### Brief Issue Summary
I have a project where I am managing tests through Catch2. The CTest integration can successfully find, run, and display the results from my tests, but I'm facing an odd issu…
-
@archetyped raise a good feature request here:
### Discussed in https://github.com/espanso/espanso/discussions/1251
Originally posted by **archetyped** January 12, 2022
**Is your feature re…
-
Hi,
I am trying to run 'gocryptfs' on my 2020 MacBook Air, M1 processor. Latest version of BigSur.
I changed the Security Policy to allow kernel extension.
Setup:
OSXFuse:
```
brew install o…
-
I saw that the roadmap has CTest integration on it and I was wondering what would be the best route to take in terms of UX. CMake Tools had this capability built-in, but I was wondering if it would be…
-
I have this test c program:
`$ cat ctest.c
#include
int main()
{
int i;
for (i=1; i
-
### Brief Issue Summary
`ADD_TEST()` CMake function is not limited to only running binaries defined in CMake files. It can run any command we pass to it, making it coupled with CMake Tools extensio…
-
### Brief Issue Summary
it's not clear how to write a configuration in launch.json that can debug a single test, since the default configuration launch all tests.
### CMake Tools Diagnostics
_No re…
-
Hi everybody!
I really hope I didn't do anything silly and miss some existing issue about it, but I have been trying to use `add_pfunit_ctest` function with a relative test file path (the attached…