btstack/test
2024-03-18 16:27:59 +01:00
..
ad_parser
att_db
auto-pts
avdtp test/avdtp: partial fix for cmake build 2024-01-25 14:05:06 +01:00
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
classic-oob-pairing
crypto
des_iterator
embedded
fifo
flash_tlv test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00
fuzz test/fuzz: avoid assert on transport sent in hci fuzzer 2024-03-18 16:27:59 +01:00
gap test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00
gatt_client hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions 2024-01-25 14:05:06 +01:00
gatt_server hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions 2024-01-25 14:05:06 +01:00
gatt_service_server
gatt-service-client
hfp hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions 2024-01-25 14:05:06 +01:00
hid_parser
l2cap-cbm test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00
l2cap-ecbm test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00
lc3
le_audio test/le_audio: support extended advertisements in unicast headset 2024-03-15 12:31:33 +01:00
le_device_db_tlv
linked_list
maths
mesh test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00
mock
obex
ring_buffer
sbc
sdp
sdp_client
security_manager hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions 2024-01-25 14:05:06 +01:00
security_manager_sc
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
lcovrc
Makefile
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