nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

Remove path prefix from header include in TestMain.cpp #342

Closed bocchino closed 1 year ago

bocchino commented 1 year ago

Instead of

#include "[path prefix]/[component name]Tester.hpp"

it should say

#include "[component name]Tester.hpp"

See https://github.com/fprime-community/fprime-tools/pull/171.