Skip to content

Commit cb0f4ef

Browse files
Fixed readme script to build and run unit tests (#644)
1 parent 702eea6 commit cb0f4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Go to the root directory of the FreeRTOS+TCP repo and run the following script:
3333
#!/bin/bash
3434
# This script should be run from the root directory of the FreeRTOS+TCP repo.
3535
36-
if [[ ! -f FreeRTOS_IP.c ]]; then
36+
if [[ ! -d source ]]; then
3737
echo "Please run this script from the root directory of the FreeRTOS+TCP repo."
3838
exit 1
3939
fi

0 commit comments

Comments
 (0)