nasa / fprime

F´ - A flight software and embedded systems framework

Home Page:https://nasa.github.io/fprime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checking UTs in Os/Posix Does Not Work

LeStarch opened this issue · comments

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.