Waleed

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Make-based project for Unit Testing #36816
    Waleed
    Participant

    The issue was with test thread initialization, and I’ve moved on from this problem since. I’m now facing the issue of running tests on hardware. When I try to execute tests by entering into Debug mode in VisualGDB, it stops with a “Debugging Failed” popup, expecting an assembly manifest. I also tried it manually with the script below on CMD, yet it fails again to run any test. The tests are already being discovered, but the scheduled test vector isn’t being read.

    VisualGDB.exe /runtests EmbeddedProject-Debug.vgdbsettings /platform:Hardware /config:Debug /targetPath:..\FW_FAM_W_RC-nrf52840ble-os.elf /vsoutput:report.trx

    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)