-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #305, do not override add_psp_module for coverage test
Implements a differently-named function instead, which does mostly the same thing, but does not directly re-add the original subdirectory. This does repeat some info (e.g. the list of FSW source files) that was not repeated otherwise, but it works in general.
- Loading branch information
Showing
5 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
unit-test-coverage/modules/timebase_vxworks/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
###################################################################### | ||
# | ||
# CMAKE build recipe for white-box coverage tests of VxWorks timebase module | ||
# | ||
###################################################################### | ||
|
||
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/inc") | ||
|
||
add_psp_covtest(timebase_vxworks src/coveragetest-timebase_vxworks.c | ||
${CFEPSP_SOURCE_DIR}/fsw/modules/timebase_vxworks/cfe_psp_timebase_vxworks.c | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.