btstack/test
2021-06-09 10:07:29 +02:00
..
ad_parser
att_db
auto-pts test/auto-pts: ignore Service Changed indications in btpclient 2021-06-09 10:07:29 +02:00
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
btstack_memory hids_client: skeleton code for connect 2021-03-31 10:46:52 +02:00
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 test/gatt_client: fix makefile 2021-06-07 17:43:42 +02:00
gatt-service-client test/gatt-service-client: test connect 2021-06-08 15:21:35 +02:00
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 test/gatt-service-client: test connect 2021-06-08 15:21:35 +02:00
obex
pts att_db: fix spelling, update API docu 2021-06-03 08:50:02 +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: update usb dongle paths 2021-06-05 16:27:27 +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 test/coverage: use whitelist for bat subset 2021-06-07 10:44:40 +02:00
lcovrc
Makefile test/gatt-service-client: mock gatt_client, add skeleton test code for battery service client 2021-06-07 17:43:42 +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