Skip to content

Commit f37e203

Browse files
config: extras: Update submodules and fix documentation.
Signed-off-by: Ramya Subramanyam <[email protected]>
1 parent 1d5c50e commit f37e203

File tree

3 files changed

+19
-43
lines changed

3 files changed

+19
-43
lines changed

config/project.yml

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
options:
2-
SEND_JOB_START_TOKEN: true
3-
PARSER_START_TOKEN: Unity test run
4-
PARSER_END_TOKEN: "^OK|^FAIL"
52
USE_CORE:
63
name: local
74
url: http://blabla
5+
SEND_JOB_START_TOKEN: true
86
# INCLUDE:
97
# - filename
108

@@ -60,86 +58,64 @@ code-quality:
6058
unit-test:
6159
unit-test-digital-io:
6260
- description: Compiling, flashing and monitoring digital IO unit test.
63-
command: make test_digitalio_single UNITY_PATH=/opt/Unity
61+
command: make test_digitalio_single
6462
query: digital_io_single_board == '1:1'
6563
working_dir: extras/arduino-core-tests
66-
options:
67-
SEND_JOB_START_TOKEN: false
6864

6965
unit-test-tone:
70-
- description: Compiling, flashing and monitoring digital IO unit test.
71-
command: make test_tone_no_tone UNITY_PATH=/opt/Unity
66+
- description: Compiling, flashing and monitoring tone, no-tone unit test.
67+
command: make test_digitalio_single
7268
query: tone_no_tone_single_board == '1:1'
7369
working_dir: extras/arduino-core-tests
74-
options:
75-
SEND_JOB_START_TOKEN: false
7670

7771
unit-test-interrupts:
7872
- description: Compiling, flashing and monitoring Interrupts unit test.
79-
command: make test_interrupts_single UNITY_PATH=/opt/Unity
73+
command: make test_interrupts_single
8074
query: interrupts_single_board == '1:1'
8175
working_dir: extras/arduino-core-tests
82-
options:
83-
SEND_JOB_START_TOKEN: false
8476

8577
unit-test-random:
86-
- description: Compiling, flashing and monitoring Interrupts unit test.
87-
command: make test_random UNITY_PATH=/opt/Unity
78+
- description: Compiling, flashing and monitoring random unit test.
79+
command: make test_random
8880
query: random_single_board == '1:1'
8981
working_dir: extras/arduino-core-tests
90-
options:
91-
SEND_JOB_START_TOKEN: false
9282

9383
unit-test-time:
9484
- description: Compiling, flashing and monitoring Time unit test.
95-
command: make test_time_single UNITY_PATH=/opt/Unity
85+
command: make test_time_single
9686
query: time_single_board == '1:1'
9787
working_dir: extras/arduino-core-tests
98-
options:
99-
SEND_JOB_START_TOKEN: false
10088

10189
unit-test-iic-pingpong:
102-
- description: Compiling, flashing and monitoring I2C pingpong master unit test.
103-
command: make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
90+
- description: Compiling, flashing and monitoring I2C pingpong slave unit test.
91+
command: make test_wire_connected2_slavepingpong
10492
query: iic_ping_pong_multiple_boards_slave == '1:1'
10593
working_dir: extras/arduino-core-tests
106-
options:
107-
SEND_JOB_START_TOKEN: true
10894

109-
- description: Compiling, flashing and monitoring I2C pingpong slave unit test.
110-
command: make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
95+
- description: Compiling, flashing and monitoring I2C pingpong master unit test.
96+
command: make test_wire_connected2_masterpingpong
11197
query: iic_ping_pong_multiple_boards_master == '1:1'
11298
working_dir: extras/arduino-core-tests
113-
options:
114-
SEND_JOB_START_TOKEN: true
11599

116100
unit-test-spi-pingpong:
117101
- description: Compiling, flashing and monitoring SPI pingpong slave unit test.
118-
command: make test_spi_connected2_slavepingpong UNITY_PATH=/opt/Unity
102+
command: make test_spi_connected2_slavepingpong
119103
query: spi_ping_pong_multiple_boards_slave == '1:1'
120104
working_dir: extras/arduino-core-tests
121-
options:
122-
SEND_JOB_START_TOKEN: true
123105

124106
- description: Compiling, flashing and monitoring SPI pingpong master unit test.
125-
command: make test_spi_connected2_masterpingpong UNITY_PATH=/opt/Unity
107+
command: make test_spi_connected2_masterpingpong
126108
query: spi_ping_pong_multiple_boards_master == '1:1'
127109
working_dir: extras/arduino-core-tests
128-
options:
129-
SEND_JOB_START_TOKEN: true
130110

131111
unit-test-spi-loopback:
132112
- description: Compiling, flashing and monitoring SPI loopback unit test.
133-
command: make test_spi_connected1_loopback UNITY_PATH=/opt/Unity
113+
command: make test_spi_connected1_loopback
134114
query: spi_ping_pong_single_board == '1:1'
135115
working_dir: extras/arduino-core-tests
136-
options:
137-
SEND_JOB_START_TOKEN: true
138116

139117
unit-test-iic-single-board:
140118
- description: Compiling, flashing and monitoring I2C single board unit test.
141-
command: make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
119+
command: make test_wire_connected1_pingpong
142120
query: iic_ping_pong_single_board == '1:1'
143-
working_dir: extras/arduino-core-tests
144-
options:
145-
SEND_JOB_START_TOKEN: true
121+
working_dir: extras/arduino-core-tests

extras/arduino-core-tests

0 commit comments

Comments
 (0)