btstack/test
2019-09-23 13:52:33 +02:00
..
att_db coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
avdtp coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
avdtp_util test: add avdtp_util test 2019-09-20 13:16:20 +02:00
avrcp coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
base64 coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
ble_client coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
btstack_link_key_db coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
crypto test/cryto: fix compile on debian 2019-09-17 18:28:56 +02:00
des_iterator coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
embedded test/embedded: add FreeRTOS port to coverage 2019-09-23 13:52:33 +02:00
fifo
flash_tlv test/flash_tlv: fix test and add to test suite 2019-09-18 13:13:05 +02:00
gatt_client test/gatt_client: add ancs_client to coverage 2019-09-23 11:07:26 +02:00
gatt_server test/gatt_server: add all gatt services to coverage 2019-09-23 11:26:57 +02:00
hfp coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
hid_parser coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
linked_list coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
map_client coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
map_test coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
maths test/maths: fix build 2019-09-15 20:12:24 +02:00
mesh test/mesh: add to test suite 2019-09-18 17:29:48 +02:00
obex coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
pts pts: update avdpt source test to register for delay report 2019-09-20 14:21:16 +02:00
rijndael
ring_buffer coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
sbc
sdp test/sdp: fix sdp_record_builder and add to test suite 2019-09-18 17:42:10 +02:00
sdp_client coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
security_manager coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
tlv_posix coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
.gitignore coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
btstack_config.h
Makefile test: add avdtp_util test 2019-09-20 13:16:20 +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