Skip to content

Commit 08bfb37

Browse files
committed
samples: work-philosophers: Change name of sample
Change the name of the sample to be unique. Signed-off-by: David Brown <[email protected]>
1 parent 9412f5c commit 08bfb37

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

samples/work-philosophers/sample.yaml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sample:
22
description: Philosphers, in Rust
3-
name: philosophers rust
3+
name: workq philosophers rust
44
common:
55
harness: console
66
harness_config:
@@ -12,35 +12,6 @@ common:
1212
tags: rust
1313
filter: CONFIG_RUST_SUPPORTED
1414
tests:
15-
sample.rust.philosopher.semaphore:
15+
sample.rust.philosopher
1616
tags: introduction
1717
min_ram: 32
18-
extra_configs:
19-
- CONFIG_SYNC_SYS_SEMAPHORE=y
20-
sample.rust.philosopher.dynsemaphore:
21-
tags: introduction
22-
min_ram: 32
23-
extra_configs:
24-
- CONFIG_SYNC_SYS_DYNAMIC_SEMAPHORE=y
25-
sample.rust.philosopher.sysmutex:
26-
tags: introduction
27-
min_ram: 32
28-
extra_configs:
29-
- CONFIG_SYNC_SYS_MUTEX=y
30-
sample.rust.philosopher.condvar:
31-
tags: introduction
32-
min_ram: 32
33-
extra_configs:
34-
- CONFIG_SYNC_CONDVAR=y
35-
sample.rust.philosopher.channel_bounded:
36-
tags: introduction
37-
min_ram: 32
38-
extra_configs:
39-
- CONFIG_SYNC_CHANNEL=y
40-
- CONFIG_USE_BOUNDED_CHANNELS=y
41-
sample.rust.philosopher.channel_unbounded:
42-
tags: introduction
43-
min_ram: 32
44-
extra_configs:
45-
- CONFIG_SYNC_CHANNEL=y
46-
- CONFIG_USE_BOUNDED_CHANNELS=n

0 commit comments

Comments
 (0)