i have created a target am2632 with polyspace test, ensured the rtiostreamtest function works with application loaded in target. i have a sample source.c which is an abs fuction. i created a sample test which take in input -10.0 and verifies with output +10.0. after creating a build with test case and clicking run over test case via polypace i get only pass/fail.
the below is the log of the while running:
==================================
[2025-08-05 11:16:42 Info] Building test 'New Test Case 1' [DONE].
[2025-08-05 11:16:46 Info] Initializing run ...
[2025-08-05 11:16:46 Info] Run created.
[2025-08-05 11:17:08 Info] Test results 'ex Results (8/5/2025, 11:16:46 AM)' done.
==================================
---------------------------------------------------------
Running Graphical tests (2ffb8ccd-2c19-4028-a5be-5c4f6c191770)
Starting test executable
### Connectivity configuration for function 'testbin': '<a href="matlab: targets_hyperlink_manager('run',2);">TI_AM2632</a>' ### Starting application: 'pstest\lib\testbin\pil\testbin.elf' To terminate execution: <a href="matlab: targets_hyperlink_manager('run',3);">clear testbin_pil</a> ### Starting the Application using DSS... Programming testbin.elf Running command: "C:\ti\ccs2010\ccs\ccs_base\scripting\bin\dss.bat" "C:/Sunil/Programs/PnC/Target_compilor/P16582_Collins_Input/AM2632/TI_AM2632/load_and_run.js" "C:\Sunil\Programs\PnC\Target_compilor\P16582_Collins_Input\AM2632\TI_AM2632\ex\polyspace_artifacts\p000584DC0\b85dd31TI_AM2636FD12\buildcov\graphic_6c191770\pstest\lib\testbin\pil\testbin.elf" ### Application successfully programmed and started on target.
Running Graphical test 'New Test Case 1'
--> Passed
Done running Graphical tests (2ffb8ccd-2c19-4028-a5be-5c4f6c191770)
### Application stopped Code coverage report: <a href="matlab: targets_hyperlink_manager('run',4);">getCodeCoverageData('testbin_pil')</a>
---------------------------------------------------------