fprime: Errors Issue

I am working on the testing section of my CLEMOps component, and I get this error when I try to run make ut. I haven’t started working on the tests themselves, but I think I have everything setup, including the blank testing functions. https://github.com/brhs17/fprime/tree/MOpAgg makeUTCLEMOps

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 37 (2 by maintainers)

Commits related to this issue

Most upvoted comments

If you have more than 30 components connected to the cmdDisp, you need to increase the above config.

Right, if you do not build with make rebuild you need to ensure you run make dict_install since the dictionaries can get out-of-date, or cleared.

Make sure to run make dict_install before opening your GUI application

Check the mod.mk for the unit test. The TEST_MODS variable should have any modules your component relies on for testing.