btstack/test
2024-09-25 08:06:03 +02:00
..
ad_parser
att_db
auto-pts
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
btstack_util test/btstack_util: add empty coverage target 2024-09-25 08:06:03 +02:00
classic-oob-pairing
crypto
des_iterator
embedded
fifo
flash_tlv
fuzz
gap
gatt_client gatt_client: use temp buffer for fuzz testing 2024-09-24 17:58:42 +02:00
gatt_server
gatt_service_server
gatt-service-client test/gatt-service-client: add hci_event_builder 2024-09-24 18:25:48 +02:00
hfp
hid_parser btstack_hid_parser: extract btstack_hid_usage_iterator_t 2024-08-13 18:17:38 +02:00
l2cap-cbm
l2cap-ecbm
lc3
le_audio
le_device_db_tlv
linked_list
maths
mesh
mock test/mock: add gatt_client_request_to_send_gatt_query to mock gatt_client 2024-09-24 18:25:48 +02:00
obex
ring_buffer
sbc
sdp
sdp_client
security_manager
security_manager_sc
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
Makefile test: add tests for snprintf wrappers in btstack_util 2024-09-24 11:40:00 +02: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