btstack/test
2020-09-24 14:41:36 +02:00
..
att_db att_db: improve and test att_read_callback_handle_blob 2020-09-24 10:42:07 +02:00
auto-pts test/coverage: fix paths 2020-09-18 18:17:42 +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 le_device_db_tlv_test: move test from flash_tlv 2020-09-24 14:41:36 +02:00
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
le_device_db_tlv le_device_db_tlv_test: move test from flash_tlv 2020-09-24 14:41:36 +02:00
linked_list
map_client
map_test
maths
mesh
obex
pts test: move Security Manager SC test into own folder 2020-09-18 17:34:32 +02:00
ring_buffer
sbc
sdp
sdp_client
security_manager test/security_manager: re-enable coverage flags 2020-09-18 12:15:07 +02:00
security_manager_sc test/security_manager_sc: print testname on stderr 2020-09-24 10:33:35 +02:00
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_demangle.py test/coverage: demangle C++ function names before merging coverage files 2020-09-21 12:04:18 +02:00
coverage_filter.py test/coverage: fix indention 2020-08-28 17:19:18 +02:00
coverage_subset_bat.py rijndael: comment 192-bit and 256-bit variants 2020-09-23 17:43:31 +02:00
lcovrc test/security_manager_sc: print testname on stderr 2020-09-24 10:33:35 +02:00
Makefile le_device_db_tlv_test: move test from flash_tlv 2020-09-24 14:41:36 +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