mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 10:47: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
9
FreeRTOS/Test/CMock/scripts/test-run.sh
Executable file
9
FreeRTOS/Test/CMock/scripts/test-run.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Running tests..."
|
||||
SOURCE_DIR=FreeRTOS/Test/CMock
|
||||
BUILD_DIR=FreeRTOS/Test/CMock/build
|
||||
cmake -DBUILD_CLONE_SUBMODULES=0 -S ${SOURCE_DIR} -B ${BUILD_DIR} && make -C ${BUILD_DIR} && ${BUILD_DIR}/bin/tests/queue_utest
|
||||
TEST_RESULT=$?
|
||||
echo "Done"
|
||||
exit ${TEST_RESULT}
|
Loading…
Add table
Add a link
Reference in a new issue