Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Error reading test log for Test unit for xx.cpp.
LuckyStone
Posts: 3 ✭
in C/C++test
I run "Run Unit Tests (File Scope)" configuration on eclipse base ide vs2013 ,then get a error :"Test execution: error reading test log for Test unit for xx.cpp". How can I Solve this problem?
Tagged:
1
Best Answer
-
I found the reason through console,it was solved by adding the dir of dependent dlls into path.
0
Answers
-
When I entered dir “.cpptest\MyProject\unit-data\current_tubf179707”,I found that “cpptest_results.clog” and “cpptest_results.tlog” were missing.So,what can I do for soving the problem?
0 -
@LuckyStone What do you mean by:
I found the reason through console,it was solved by adding the dir of dependent dlls into path.
What exactly are these dependent DLLs?
0