nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.05k stars 1.3k forks source link

Checking UTs in Os/Posix Does Not Work #2734

Open LeStarch opened 4 months ago

LeStarch commented 4 months ago
F´ Version
Affected Component

Problem Description

  1. cd Os/Posix
  2. fprime-util check

Failure. This is likely caused because named UTs were added, but a module-level UT was not. Thus breaking the build linkage. See: #2672 for further information.