btstack/test
2021-05-24 20:01:43 +02:00
..
ad_parser
att_db
auto-pts test/auto-pts: fix build 2021-04-08 11:32:52 +02:00
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory
crypto
des_iterator
embedded
fifo
flash_tlv
fuzz test/fuzz: fix build, add fuzz_avrcp 2021-04-15 22:58:24 +02:00
gap
gatt_client test/gatt_client: add CMake build 2021-04-12 11:29:34 +02:00
gatt_server
gatt_service
hfp test/hfp: fix test sequences for '+BTRH:" 2021-05-09 23:27:03 +02:00
hid_parser
le_device_db_tlv
linked_list
map_client
map_test
maths
mesh test: fix build 2021-04-07 22:44:01 +02:00
mock
obex
pts test/pts: more test sequences for sm and l2cap 2021-05-24 20:01:43 +02:00
ring_buffer
sbc
sdp hid_device: provide SDP record params by struct 2021-04-08 15:26:28 +02:00
sdp_client
security_manager
security_manager_sc test/security_manager_sc: fix build 2021-04-12 19:04:35 +02:00
tlv_posix test: fix build 2021-04-07 22:44:01 +02:00
.gitignore
btstack_config.h avrcp_controller: reassemble fragmented AVCTP packets 2021-05-21 14:24:22 +02:00
coverage_demangle.py
coverage_filter.py
coverage_subset_bat.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