@@ -75,8 +75,14 @@ unit-test:
75
75
query : analogio_pwm_single_board == '1:1'
76
76
working_dir : extras/arduino-core-tests
77
77
options :
78
- SEND_JOB_START_TOKEN : True
79
-
78
+ SEND_JOB_START_TOKEN : True
79
+
80
+ unit-test-analog-io-adc-4700 :
81
+ - description : Compiling, flashing and monitoring ADC unit test.
82
+ command : make test_analogio_adc
83
+ query : analogio_adc_single_board == '1:1'
84
+ working_dir : extras/arduino-core-tests
85
+
80
86
unit-test-iic-4700 :
81
87
- description : Compiling, flashing and monitoring timer unit test.
82
88
command : make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
@@ -99,7 +105,7 @@ unit-test:
99
105
working_dir : extras/arduino-core-tests
100
106
options :
101
107
SEND_JOB_START_TOKEN : True
102
-
108
+
103
109
unit-test-uart-connected2-4700 :
104
110
- description : Compiling, flashing and monitoring uart rx unit test.
105
111
command : make test_uart_rx UNITY_PATH=/opt/Unity
@@ -128,4 +134,4 @@ unit-test:
128
134
query : iic_ping_pong_multiple_boards_master == '1:1'
129
135
working_dir : extras/arduino-core-tests
130
136
options :
131
- SEND_JOB_START_TOKEN : True
137
+ SEND_JOB_START_TOKEN : True
0 commit comments