btstack/test
2024-01-15 18:12:06 +01:00
..
ad_parser
att_db
auto-pts
avdtp
avdtp_util test: fix build 2023-12-05 17:47:34 +01:00
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
classic-oob-pairing
crypto
des_iterator
embedded
fifo
flash_tlv
fuzz test/fuzz: fix memory in l2cap fuzzer 2024-01-04 19:20:51 +01:00
gap
gatt_client test: fix build 2023-12-05 17:47:34 +01:00
gatt_server test: update tests 2023-12-07 15:47:42 +01:00
gatt_service_server test: fix build 2023-12-05 17:47:34 +01:00
gatt-service-client test: fix build 2023-12-05 17:47:34 +01:00
hfp
hid_parser
l2cap-cbm
l2cap-ecbm
lc3
le_audio test/le_audio: rework broadcast assistant 2023-12-13 17:22:44 +01:00
le_device_db_tlv test: update tests 2023-12-07 15:47:42 +01:00
linked_list
maths
mesh
mock
obex
ring_buffer
sbc
sdp test: more test fixes 2023-12-05 18:11:36 +01:00
sdp_client
security_manager test/security_manager: fix build 2024-01-15 18:12:06 +01:00
security_manager_sc
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
Makefile test: fix coverage build 2023-12-06 15:29:21 +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