Inititial stub for cmock tests (#297)

This commit is contained in:
David Chalco 2020-09-24 17:06:28 -07:00 committed by GitHub
parent 1fc1bd4321
commit 190c9e780d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 907 additions and 0 deletions

7
scripts/test-setup.sh Executable file
View file

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