Skip to content

Commit 77bca9b

Browse files
committed
samples: sensor: set integration_platforms to frdm_k64f
Set integration_platforms on these samples to just frdm_k64f. This should be sufficient to make sure these tests build. Signed-off-by: Kumar Gala <[email protected]>
1 parent 14b2b2d commit 77bca9b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/sensor/sensor_shell/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sample:
22
name: Shell Sensor Module Sample
33
tests:
44
sample.sensor.shell:
5+
integration_platforms:
6+
- frdm_k64f
57
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
68
tags: shell
79
harness: keyboard

samples/sensor/thermometer/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ tests:
44
sample.sensor.thermometer:
55
tags: sensors
66
harness: sensor
7+
integration_platforms:
8+
- frdm_k64f

0 commit comments

Comments
 (0)