Home
last modified time | relevance | path

Searched full:submodule (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
Dcmock_build.cmake1 # Macro utility to clone the CMock submodule.
4 message( "Cloning submodule CMock." )
6 COMMAND ${GIT_EXECUTABLE} submodule update --init --recursive ${CMOCK_DIR}
11 message( FATAL_ERROR "Failed to clone CMock submodule." )
DCMakeLists.txt34 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
239 # Check if the CMock source directory exists, and if not present, clone the submodule
246 …message( FATAL_ERROR "The required submodule CMock does not exist. Either clone it manually, or se…
DREADME.md28 - `git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel`
/FreeRTOS-Plus-TCP-v4.0.0/
D.gitmodules1 [submodule "tools/CMock"]
5 [submodule "test/FreeRTOS-Kernel"]
DREADME.md84 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel
90 git submodule update --checkout --init --recursive tools/CMock test/FreeRTOS-Kernel
114 …FreeRTOS/FreeRTOS-Kernel), and it is consumed by testing/PR checks as a submodule in this reposito…
DCMakeLists.txt223 # This will allow you to upgrade submodules and have one common submodule for
/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Dci.yml20 git submodule update --checkout
22 git submodule update --init vendor/unity
203 git submodule update --init --checkout --recursive
Drelease.yml64 git submodule update --init --checkout --recursive
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DCMakeLists.txt33 execute_process( COMMAND git submodule update --init --checkout ${KERNEL_DIRECTORY}
DREADME.md25 - `git submodule update --checkout --init --recursive`