Skip to content

Commit

Permalink
Add commented out UT to component cookiecutter and fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Dec 11, 2024
1 parent 849d899 commit 9678400
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ pip install fprime-tools
```

Issues for these tools should be reported here: [File an issue](https://github.com/nasa/fprime/issues/new/choose)
See also: https://nasa.github.io/fprime to see the F´ framework.

See also: https://fprime.jpl.nasa.gov to see the F´ framework.

## Developer Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# UT_SOURCE_FILES: list of source files for unit tests
#
# More information in the F´ CMake API documentation:
# https://nasa.github.io/fprime/UsersGuide/api/cmake/API.html
# https://fprime.jpl.nasa.gov/latest/documentation/reference
#
####

Expand All @@ -28,3 +28,16 @@ set(SOURCE_FILES
# )

register_fprime_module()


### Unit Tests ###
# set(UT_SOURCE_FILES
# "${CMAKE_CURRENT_LIST_DIR}/{{cookiecutter.component_name}}.fpp"
# "${CMAKE_CURRENT_LIST_DIR}/test/ut/{{cookiecutter.component_name}}TestMain.cpp"
# "${CMAKE_CURRENT_LIST_DIR}/test/ut/{{cookiecutter.component_name}}Tester.cpp"
# )
# set(UT_MOD_DEPS
# STest
# )
# set(UT_AUTO_HELPERS ON)
# register_fprime_ut()
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
# UT_SOURCE_FILES: list of source files for unit tests
#
# More information in the F´ CMake API documentation:
# https://nasa.github.io/fprime/UsersGuide/api/cmake/API.html
#
# https://fprime.jpl.nasa.gov/latest/documentation/reference/
####

set(SOURCE_FILES
Expand Down

0 comments on commit 9678400

Please sign in to comment.