mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Inititial stub for cmock tests (#297)
This commit is contained in:
parent
1fc1bd4321
commit
190c9e780d
13 changed files with 907 additions and 0 deletions
7
scripts/test-setup.sh
Executable file
7
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