btstack/test
2020-09-09 12:14:37 +02:00
..
att_db test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
auto-pts test/auto-pts: enable micro ecc 2020-08-31 14:27:41 +02:00
avdtp
avdtp_util
avrcp
base64
ble_client test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
btstack_link_key_db
crypto test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
crypto2
des_iterator
embedded
fifo
flash_tlv
fuzz
gap test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
gatt_client test/gatt_client: fix build 2020-09-07 12:35:49 +02:00
gatt_server
hfp hfp: use HFP_SCO_PACKET_TYPES in link settings table 2020-09-09 12:14:37 +02:00
hid_parser test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
linked_list
map_client
map_test
maths
mesh
obex
pts
ring_buffer
sbc
sdp
sdp_client
security_manager
tlv_posix
.gitignore test/auto-pts: collect coverage for auto-pts run 2020-08-29 21:51:25 +02:00
btstack_config.h test: remove ENABLE_BTP from default config 2020-09-09 12:09:48 +02:00
coverage_filter.py test/coverage: fix indention 2020-08-28 17:19:18 +02:00
coverage_subset_bat.py test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +02:00
Makefile test/coverage: avoid compiling classic parts for LE-only coverage 2020-08-31 13:56:51 +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