btstack/test
2023-09-26 14:46:00 +02:00
..
ad_parser test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
att_db test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
auto-pts test/auto-pts: enable assert 2022-11-23 18:40:40 +01:00
avdtp
avdtp_util test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
avrcp
base64 test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
ble_client test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
btstack_link_key_db test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
btstack_memory test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
classic-oob-pairing fix other warnings 2022-11-15 21:18:26 +01:00
crypto test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
des_iterator test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
embedded test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
fifo
flash_tlv test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
fuzz test/fuzz: fix build 2023-08-29 21:52:06 +02:00
gap test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
gatt_client test/gatt_client: fix build 2023-08-28 16:06:54 +02:00
gatt_server att_dispatch: use bool for can send now functions 2023-08-22 16:07:46 +02:00
gatt_service_server test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
gatt-service-client test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
hfp test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
hid_parser test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
l2cap-cbm test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
l2cap-ecbm test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
lc3
le_audio test/le_audio_broadcast_assistant: also connect to known device by name / legacy advertising 2023-09-26 14:46:00 +02:00
le_device_db_tlv test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
linked_list test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
maths test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
mesh test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
mock
obex test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
ring_buffer test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
sbc
sdp test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
sdp_client test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
security_manager test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
security_manager_sc btstack: unified handling of zephyr read static address command 2023-09-09 16:35:28 +02:00
tlv_posix test: use pkg-config for cpputest build flags 2023-08-20 16:13:49 +02:00
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
Makefile test/coverage: improve clean command 2023-02-12 17:55:08 +01:00
README

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install