-
Hello,
Working on a project in C/C++. We decided to use cpputest for testing. I set the environment and build commands as suggested in the manual.
However, when running the applications generate…
-
Main issue to focus on. Issue can be referenced but don't label as fixed until the end!
Link to Issue on Jira: [https://issues.apache.org/jira/projects/CELIX/issues/CELIX-447?filter=allopenissues](…
-
When running from a Windows cmd.exe command line, slightly modified settings are needed to set the environment variables and use these when kicking off Docker. I found the following to work in Window…
-
There is a good chance I misunderstood the reason for the docker image as I am not too familiar with it..... My initial thoughts was that it contains cpputest and all that is needed to run the tests. …
-
I have taken the instructions in the manual literally and produced the following which clearly does not work. I am an novice with makefiles although I have written c for years so I guess my problem is…
-
Hi there,
Quite novice to CppUTest and this adapter, please bear with me - it just seems I'm missing something.
I have the Test Executable and Test Executable Path configured in the extension sett…
-
The code coverage widget shows 100% when the code coverage is currently 99.87% (https://coveralls.io/github/cpputest/cpputest?branch=master). The rounding must be changed to only show 100% when it is …
-
While working on #967 I figured that it would be nice if I could request the version of Cpputest that was used to generate a test binary.
This is useful for automation, because it allows me to determi…
-
Hi,
I tried recently to enable googletest support in cpputest (for the sake of parameterized tests and dev-tests). Unfortunately, the tutorial on the project page did not work for me and while trying…
-
We run our unit tests from CMake on Windows, the program we use as debug target comes from the cmake plugin (as recommended in [their documentation](https://vector-of-bool.github.io/docs/vscode-cmake-…