Skip to content

Commit 4791c83

Browse files
Andrew BoieAnas Nashif
authored andcommitted
samples: add some missing testcase.ini
Issue: ZEP-1768 Change-Id: Ia59e02bdaf9302b991f0423ef5eba7b0102877b0 Signed-off-by: Andrew Boie <[email protected]> (cherry picked from commit 138579a)
1 parent 03dc412 commit 4791c83

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

samples/basic/blinky/testcase.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[test]
2+
tags = samples
3+
platform_whitelist = arduino_101
4+
build_only = true
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[test]
2+
tags = samples
3+
build_only = true
4+
filter = CONFIG_I2C
5+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
CONFIG_GPIO=y
2+
CONFIG_GPIO_ATMEL_SAM3=y
3+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[test]
2+
tags = samples
3+
build_only = true
4+
filter = CONFIG_SOC_ATMEL_SAM3
5+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
CONFIG_SPI=y
2+
CONFIG_I2C=y
3+
CONFIG_SENSOR=y
4+
CONFIG_LSM9DS0_MFD=y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[test]
2+
tags = samples
3+
build_only = true
4+
filter = CONFIG_LSM9DS0_MFD

0 commit comments

Comments
 (0)