File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ TESTS_DIR=`dirname $0`
88export CC=gcc
99export CFLAGS=" -Wall -Wextra -std=c99 -DYT__TESTING"
1010
11- echo " Test 1/2 : Running tests with C Compiler ($CC ) (Native)"
11+ echo " Test 1/3 : Running tests with C Compiler ($CC ) (Native)"
1212bash $TESTS_DIR /test.sh || exit
1313
1414# ######################################################################
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TMP_DIR=/tmp
55# ######################################################################
66# Running recorded tests
77# ######################################################################
8- echo " Test 1/2: Running recorded tests ($CC )"
8+ echo " Sub-test 1/2: Running recorded tests ($CC )"
99
1010TESTS_DIR=` dirname $0 `
1111EXP_DIR=" $TESTS_DIR /exps"
3333# ######################################################################
3434# Compiling and running examples
3535# ######################################################################
36- echo " Test 2/2: Running examples ($CC )"
36+ echo " Sub-test 2/2: Running examples ($CC )"
3737
3838echo " Running 'Sensor' example.."
3939$CC $CFLAGS example/sensor_test.c \
You can’t perform that action at this time.
0 commit comments