Jonathan Rico
d870df0054
Bluetooth: tests: use a single definition of the fff global
...
Linking fails on ubuntu 22.04 because of multiple definitions of the `fff`
global, which is defined by `DEFINE_FFF_GLOBALS`.
Only define it in the tests' `main.c` instead of the mocks.
Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2022-10-26 13:29:19 +02:00
Ahmed Moheb
385527bdd6
tests: bluetooth: Remove deprecated definitions
...
Remove ZTest deprecated definitions that aren't used anymore.
Signed-off-by: Ahmed Moheb <ahmed.moheb@nordicsemi.no>
2022-10-11 11:29:42 +02:00
Ahmed Moheb
fd888df41d
tests: bluetooth: host: Add mocks for keys.c
...
Add required mocks to be able to compile and test /bluetooth/host/keys.c
Signed-off-by: Ahmed Moheb <ahmed.moheb@nordicsemi.no>
2022-09-26 13:05:47 +02:00
Ahmed Moheb
cb5ba5bea8
tests: bluetooth: host: Add mocks for buf.c
...
Add required mocks to be able to compile and test /bluetooth/host/buf.c
Signed-off-by: Ahmed Moheb <ahmed.moheb@nordicsemi.no>
2022-09-09 10:06:19 +02:00