mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 02:37:47 -04:00
Move ./scripts --> FreeRTOS/Test/CMock/scripts (#298)
This commit is contained in:
parent
190c9e780d
commit
7bcc5b48b1
2 changed files with 0 additions and 0 deletions
7
FreeRTOS/Test/CMock/scripts/test-setup.sh
Executable file
7
FreeRTOS/Test/CMock/scripts/test-setup.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Setting up test environment..."
|
||||
git -C FreeRTOS submodule update --init --recursive
|
||||
RC=$?
|
||||
echo "Done"
|
||||
exit $RC
|
Loading…
Add table
Add a link
Reference in a new issue