Error reading test log for Test unit for selected sources.
I build my unit test from eclipse base ide ds5 (Build test executable - generic embedded system ) then ı take ' test log for Test unit for selected sources' error. How can I Solve this problem?
Could you give me quickly answer?
Thanks
Answers
-
Hi @fatmanur61
In general, for DS-5 projects you would need to use test configurations based on "Builtin> Embedded Systems> ARM" configurations, rather than the generic one. These configurations will build your tests, test harness, C/C++test runtime library if needed, will start execution of tests, and collect results.
However, as in most cases of embedded systems, you may need to modify the test configuration to match your target setup and communication options.This is further discussed in the following section of C/C++test documentation:
https://docs.parasoft.com/display/CPPDESKE1041/ARM+RealView+Development+Suite+Plug-in
and in particular test configuration modification is discussed in this section:
https://docs.parasoft.com/display/CPPDESKE1041/Runtime+Testing+with+ARM+RVDSWe will contact you separately within support thread regarding this.
0