btstack/test
2020-08-29 21:51:25 +02:00
..
att_db
auto-pts test/auto-pts: collect coverage for auto-pts run 2020-08-29 21:51:25 +02:00
avdtp
avdtp_util
avrcp
base64
ble_client
btstack_link_key_db
crypto
crypto2
des_iterator
embedded
fifo
flash_tlv
fuzz
gap
gatt_client
gatt_server
hfp
hid_parser
linked_list
map_client
map_test
maths
mesh test/mesh: use LFSR instead of libc rand() 2020-08-24 16:23:52 +02:00
obex
pts
ring_buffer
sbc
sdp
sdp_client test: disable leak detection for sdp_client/tlv_posix 2020-08-24 17:37:33 +02:00
security_manager
tlv_posix test: disable leak detection for sdp_client/tlv_posix 2020-08-24 17:37:33 +02:00
.gitignore test/auto-pts: collect coverage for auto-pts run 2020-08-29 21:51:25 +02:00
btstack_config.h auto-pts: implement gatt write without response + signed write without response 2020-08-26 11:55:23 +02:00
coverage_filter.py test/coverage: fix indention 2020-08-28 17:19:18 +02:00
coverage_subset_bat.py test/coverage: create bat subset 2020-08-28 23:38:06 +02:00
Makefile test/coverage: create bat subset 2020-08-28 23:38:06 +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