btstack/test
2019-10-29 19:19:38 +01: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: remove not yet existing file 2019-09-23 16:14:56 +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 map_util: assert data len, use explicit comparisons in if clauses 2019-10-22 15:16:33 +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 fault state and add command to simulate fault 2019-10-29 19:19:38 +01:00
obex coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
pts test/pts: use tlv version of link key db and le device db 2019-10-24 17:52:41 +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
coverage_filter.py test: add coverage-freertos-ble target 2019-09-23 16:15:22 +02:00
Makefile test: run map_test by build server 2019-10-22 16:42:03 +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