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
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 37 (2 by maintainers)
Commits related to this issue
- Test #32 — committed to r9-pena/fprime by r9-pena 3 years ago
- Bypass master.bash file in CI (#889) * Create tutorial-support.yml * Update tutorial-support.yml GpsApp tutorial to be pulled for build test and submodules to be pulled recursively * Impleme... — committed to nasa/fprime by r9-pena 3 years ago
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 rebuildyou need to ensure you runmake dict_installsince the dictionaries can get out-of-date, or cleared.Make sure to run
make dict_installbefore opening your GUI applicationCheck the
mod.mkfor the unit test. TheTEST_MODSvariable should have any modules your component relies on for testing.