FreeRTOS-Kernel/FreeRTOS/Test/CMock/scripts/test-setup.sh

7 lines
130 B
Bash
Executable file

#!/bin/bash
echo "Setting up test environment..."
git -C FreeRTOS submodule update --init --recursive
RC=$?
echo "Done"
exit $RC