btstack/test
2022-11-23 16:28:41 +01:00
..
ad_parser
att_db
auto-pts test/auto-pts: use main from port/libusb, sanitize instead of coverage 2022-11-23 16:28:41 +01:00
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
classic-oob-pairing fix other warnings 2022-11-15 21:18:26 +01:00
crypto
des_iterator
embedded test/embedded: add test for btstack_strcat 2022-07-16 16:22:09 +02:00
fifo
flash_tlv
fuzz
gap
gatt_client
gatt_server
gatt_service_server fix more tests 2022-10-11 18:47:01 +02:00
gatt-service-client
hfp test/hfp: test alpha field in call waiting 2022-08-25 15:11:58 +02:00
hid_parser
l2cap-cbm
l2cap-ecbm
lc3 test/lc3: convert bitrate <-> num octets per frame locally 2022-09-21 09:42:00 +02:00
le_audio test/le_audio: add missing break 2022-11-14 12:33:27 +01:00
le_device_db_tlv
linked_list test/linked_list: test removing all elements with list functions and iterator 2022-11-10 10:48:47 +01:00
map_client
map_test
maths
mesh mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
mock
obex
pts test/pts: avoid sprintf 2022-11-03 16:24:07 +01:00
ring_buffer
sbc
sdp
sdp_client
security_manager
security_manager_sc btstack_stdin_posix: move stdin logging from application to platform to make it usable from all applications 2022-09-01 15:44:47 +02:00
tlv_posix
.gitignore
btstack_config.h
coverage_filter.py
coverage_subset_bat.py
lcovrc
Makefile test: drop coverage from auto-pts 2022-11-23 16:27:47 +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