-
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-…
-
see example [here](https://github.com/nitsanavni/approvals-cpp-exception)
the example shows a test file that has two failing tests - one of them is using approvals, the other is a non-approvals tes…
-
Using the following snippet to search the package with CMAKE I found an error
if(DEFINED ENV{CPPUTEST_HOME})
message(STATUS "Using CppUTest home: $ENV{CPPUTEST_HOME}")
set(CPPUTEST_INCLUD…
-
Lookimg on https://github.com/cpputest/cpputest/compare/v4.0...master I think that it would be good to release new version.
Any plans to do that soon? 🤔
-
In particular paths `"cpputestTestAdapter.testExecutable"` and `"cpputestTestAdapter.testExecutablePath"` accept `workspaceFolder` but not `workspaceRoot`.
I am not sure if `workspaceFolder` should…
-
cs1_utls is broken since the last commit in space-lib:
commit f93621bf8b7239429af553024f2a2e9a29aeac53
Added readDevice function from jobs into i2c-device cpp file, tests moved from jobs file int…
-
Testsuite summary for CppUTest 4.0
Failed 1 test
See ./test-suite.log
Please report to https://github.com/cpputest/cpputest
make[3]: *** [Makefile:3283: test-suite.log] Error 1
make[3]: Leaving d…
-
Hi,
If I understand it correctly, you test in OrderedTestTest.cpp
https://github.com/cpputest/cpputest/blob/484e09883a5b996026a25e85a89ada7e5b23ac95/tests/CppUTestExt/OrderedTestTest.cpp#L225
as …
-
Should CppUTest support Parameterized tests better?
-
Updates to cmake config files cause compile errors in Visual Studio 2013 and 2015.
Update to the lastest code on cpputest master branch seems to fix the issue.
Do we want to do that?