mirror of
https://github.com/nasa/fprime-tools.git
synced 2025-12-10 00:06:11 -06:00
Add commented out UTs to component cookiecutter (#233)
This commit is contained in:
parent
785c2fe855
commit
31034b3cd2
@ -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)
|
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
|
## Developer Installation
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# UT_SOURCE_FILES: list of source files for unit tests
|
# UT_SOURCE_FILES: list of source files for unit tests
|
||||||
#
|
#
|
||||||
# More information in the F´ CMake API documentation:
|
# 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()
|
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()
|
||||||
|
|||||||
@ -6,8 +6,7 @@
|
|||||||
# UT_SOURCE_FILES: list of source files for unit tests
|
# UT_SOURCE_FILES: list of source files for unit tests
|
||||||
#
|
#
|
||||||
# More information in the F´ CMake API documentation:
|
# 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
|
set(SOURCE_FILES
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user