Skip to content

Commit 7c48900

Browse files
Yuval Peressnashif
authored andcommitted
modules: Remove fff tests
I've update FFF to run tests in the native CI for GitHub, so we no longer need to run these extra tests. Remove the fff module from west.yml since the module was only used in the CI and the header was directly included in the Zephyr tree. See zephyrproject-rtos/fff#2 Signed-off-by: Yuval Peress <[email protected]>
1 parent 0dacc25 commit 7c48900

File tree

10 files changed

+0
-132
lines changed

10 files changed

+0
-132
lines changed

modules/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ comment "loramac-node module not available."
8989
comment "CANopenNode module not available."
9090
depends on !ZEPHYR_CANOPENNODE_MODULE
9191

92-
comment "FFF module not available."
93-
depends on !ZEPHYR_FFF_MODULE
94-
9592
comment "zcbor module not available."
9693
depends on !ZEPHYR_ZCBOR_MODULE
9794

modules/fff/CMakeLists.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

modules/fff/Kconfig

Lines changed: 0 additions & 26 deletions
This file was deleted.

modules/fff/include/c_test_framework.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/ztest/mock_fff/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/ztest/mock_fff/prj.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/ztest/mock_fff/prj_global.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/ztest/mock_fff/src/main.c

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/ztest/mock_fff/testcase.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

west.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ manifest:
4646
path: modules/fs/fatfs
4747
groups:
4848
- fs
49-
- name: fff
50-
revision: 6ce5ba26486e93d5b7696a3e23f0585932c14b16
51-
path: modules/lib/fff
52-
groups:
53-
- ci
5449
- name: hal_altera
5550
revision: 0d225ddd314379b32355a00fb669eacf911e750d
5651
path: modules/hal/altera
@@ -264,9 +259,6 @@ manifest:
264259
path: modules/lib/zscilib
265260
revision: ca070ddabdaf67175a2da901d0bd62e8899371c5
266261

267-
group-filter:
268-
- -ci
269-
270262
self:
271263
path: zephyr
272264
west-commands: scripts/west-commands.yml

0 commit comments

Comments
 (0)