Add commented out UTs to component cookiecutter (#233)

This commit is contained in:
Thomas Boyer-Chammard 2024-12-11 09:12:17 -08:00 committed by GitHub
parent 785c2fe855
commit 31034b3cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 4 deletions

View File

@ -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

View File

@ -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
#
####
@ -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()

View File

@ -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