Skip to content

Commit

Permalink
Fix #266: Rename "vxworks-ng" and "posix-ng" coverage tests
Browse files Browse the repository at this point in the history
Rename to "vxworks" and "posix", respectively, to match the
actual implementation names.  The build scripts rely on
the name being the same and will fail if different.

This also updates the default build to be vxworks rather
than vxworks6, if not specified on the command line.
  • Loading branch information
jphickey committed Oct 21, 2019
1 parent ad88aa1 commit 89fec29
Show file tree
Hide file tree
Showing 131 changed files with 1 addition and 20,429 deletions.
2 changes: 1 addition & 1 deletion src/unit-test-coverage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set(OSALCOVERAGE_USER_C_FLAGS "$ENV{OSALCOVERAGE_USER_C_FLAGS}" CACHE STRING "Us
# The currently supported setup is to use the "pc-linux" BSP to execute the "vxworks6"
# code coverage analysis. Because the actual underlying OS calls are stubbed out, there
# is no dependency on the actual underlying OS.
set(OSALCOVERAGE_TARGET_OSTYPE "vxworks6" CACHE STRING "OSAL target(s) to build coverage tests for")
set(OSALCOVERAGE_TARGET_OSTYPE "vxworks;shared" CACHE STRING "OSAL target(s) to build coverage tests for")
set(OSALCOVERAGE_HOST_BSPTYPE "pc-linux" CACHE STRING "OSAL unit test BSP to execute coverage tests")

# OSALCOVERAGE_SYSTEM_OSTYPE indicates which of the BSP packages to include
Expand Down
File renamed without changes.
19 changes: 0 additions & 19 deletions src/unit-test-coverage/vxworks6/CMakeLists.txt

This file was deleted.

52 changes: 0 additions & 52 deletions src/unit-test-coverage/vxworks6/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions src/unit-test-coverage/vxworks6/osapi-test/CMakeLists.txt

This file was deleted.

87 changes: 0 additions & 87 deletions src/unit-test-coverage/vxworks6/osapi-test/Makefile

This file was deleted.

Loading

0 comments on commit 89fec29

Please sign in to comment.