Skip to content

Commit d769649

Browse files
committed
samples: philosopher: Test both configurations
After adding a Kconfig choice for sync algorithm, ensure that both are tested. Signed-off-by: David Brown <[email protected]>
1 parent baf74c0 commit d769649

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/philosophers/sample.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ tests:
1515
sample.rust.philosopher.sysmutex:
1616
tags: introduction
1717
min_ram: 32
18+
extra_configs:
19+
- CONFIG_SYNC_SYS_MUTEX=y
20+
sample.rust.philosopher.condvar:
21+
tags: introduction
22+
min_ram: 32
23+
extra_configs:
24+
- CONFIG_SYNC_CONDVAR=y

0 commit comments

Comments
 (0)