btstack/test
2024-09-24 11:40:00 +02:00
..
ad_parser
att_db
auto-pts
avdtp
avdtp_util test: fix build 2024-07-18 11:38:55 +02:00
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
btstack_util test: add tests for snprintf wrappers in btstack_util 2024-09-24 11:40:00 +02:00
classic-oob-pairing test: fix build 2024-07-18 11:38:55 +02:00
crypto
des_iterator
embedded
fifo
flash_tlv
fuzz test/fuzz: add fuzz_l2cap_whitebox 2024-06-17 15:57:18 +02:00
gap
gatt_client Add hci_event_builder.c to various ports and tests 2024-08-20 10:59:02 +02:00
gatt_server
gatt_service_server
gatt-service-client
hfp test/hfp: test invalid commands 2024-07-31 13:33:49 +02:00
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
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