Skip to content

Commit

Permalink
Removing GroundInterface component. Fixes: #2037 (#2632)
Browse files Browse the repository at this point in the history
* Removing GroundInterface component. Fixes: #2037

* Fixing cmake UT

* Remove reference to GroundInterface in STest.
  • Loading branch information
LeStarch authored Mar 28, 2024
1 parent ff16e18 commit 5bffaa3
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1,191 deletions.
2 changes: 1 addition & 1 deletion STest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The iterated and random scenarios allow you to construct complex tests that expl

### Use in F Prime

At present, F Prime uses STest for unit testing of components. Examples include [Svc/GroundInterface](https://github.com/nasa/fprime/blob/master/Svc/GroundInterface/test/ut/GroundInterfaceRules.cpp) and [Fw/Logger](https://github.com/nasa/fprime/blob/master/Fw/Logger/test/ut/LoggerRules.cpp). The main scenarios used here are
At present, F Prime uses STest for unit testing of components. An example is [Fw/Logger](https://github.com/nasa/fprime/blob/master/Fw/Logger/test/ut/LoggerRules.cpp). The main scenarios used here are
as follows:

* Short sequences of rules that set up the system state and then test a particular rule.
Expand Down
1 change: 0 additions & 1 deletion Svc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FileDownlink/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FileManager/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FileUplink/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/GenericHub/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/GroundInterface/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/Framer/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/FramingProtocol/")
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/Health/")
Expand Down
28 changes: 0 additions & 28 deletions Svc/GroundInterface/CMakeLists.txt

This file was deleted.

5 changes: 0 additions & 5 deletions Svc/GroundInterface/Events.fppi

This file was deleted.

221 changes: 0 additions & 221 deletions Svc/GroundInterface/GroundInterface.cpp

This file was deleted.

61 changes: 0 additions & 61 deletions Svc/GroundInterface/GroundInterface.fpp

This file was deleted.

Loading

0 comments on commit 5bffaa3

Please sign in to comment.