@@ -160,6 +160,21 @@ unit-test:
160
160
options :
161
161
SEND_JOB_START_TOKEN : True
162
162
163
+ unit-test-pulse-4700 :
164
+ - description : Compiling, flashing and monitoring pulse board1 unit test.
165
+ command : make test_pulse_board1 UNITY_PATH=/opt/Unity
166
+ query : pulse_board1 == '1:1'
167
+ working_dir : extras/arduino-core-tests
168
+ options :
169
+ SEND_JOB_START_TOKEN : True
170
+
171
+ - description : Compiling, flashing and monitoring pulse board2 unit test.
172
+ command : make test_pulse_board2 UNITY_PATH=/opt/Unity
173
+ query : pulse_board2 == '1:1'
174
+ working_dir : extras/arduino-core-tests
175
+ options :
176
+ SEND_JOB_START_TOKEN : True
177
+
163
178
unit-test-iic-pingpong-1400 :
164
179
- description : Compiling, flashing and monitoring I2C pingpong slave unit test.
165
180
command : make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
@@ -174,3 +189,59 @@ unit-test:
174
189
working_dir : extras/arduino-core-tests
175
190
options :
176
191
SEND_JOB_START_TOKEN : True
192
+
193
+ unit-test-digital-io-1400 :
194
+ - description : Compiling, flashing and monitoring digital IO unit test.
195
+ command : make test_digitalio_single
196
+ query : digital_io_single_board == '1:1'
197
+ working_dir : extras/arduino-core-tests
198
+
199
+ unit-test-tone-1400 :
200
+ - description : Compiling, flashing and monitoring tone, no-tone unit test.
201
+ command : make test_tone_no_tone
202
+ query : tone_no_tone_single_board == '1:1'
203
+ working_dir : extras/arduino-core-tests
204
+
205
+ unit-test-interrupts-1400 :
206
+ - description : Compiling, flashing and monitoring Interrupts unit test.
207
+ command : make test_interrupts_single
208
+ query : interrupts_single_board == '1:1'
209
+ working_dir : extras/arduino-core-tests
210
+
211
+ unit-test-random-1400 :
212
+ - description : Compiling, flashing and monitoring random unit test.
213
+ command : make test_random
214
+ query : random_single_board == '1:1'
215
+ working_dir : extras/arduino-core-tests
216
+
217
+ unit-test-time-1400 :
218
+ - description : Compiling, flashing and monitoring timer unit test.
219
+ command : make test_time_single UNITY_PATH=/opt/Unity
220
+ query : time_single_board == '1:1'
221
+ working_dir : extras/arduino-core-tests
222
+ options :
223
+ SEND_JOB_START_TOKEN : True
224
+
225
+ unit-test-analog-io-pwm-1400 :
226
+ - description : Compiling, flashing and monitoring timer unit test.
227
+ command : make test_analogio_pwm UNITY_PATH=/opt/Unity
228
+ query : analogio_pwm_single_board == '1:1'
229
+ working_dir : extras/arduino-core-tests
230
+ options :
231
+ SEND_JOB_START_TOKEN : True
232
+
233
+ unit-test-analog-io-adc-4700 :
234
+ - description : Compiling, flashing and monitoring ADC unit test.
235
+ command : make test_analogio_adc
236
+ query : analogio_adc_single_board == '1:1'
237
+ working_dir : extras/arduino-core-tests
238
+
239
+ unit-test-iic-1400 :
240
+ - description : Compiling, flashing and monitoring timer unit test.
241
+ command : make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
242
+ query : iic_ping_pong_single_board == '1:1'
243
+ working_dir : extras/arduino-core-tests
244
+ options :
245
+ SEND_JOB_START_TOKEN : True
246
+
247
+
0 commit comments