btstack/test
2020-09-29 10:19:39 +02:00
..
ad_parser test: extract ad_parser from ble_client test 2020-09-25 18:45:15 +02:00
att_db test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
auto-pts test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
avdtp
avdtp_util test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
avrcp
base64 test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
ble_client test: extract ad_parser from ble_client test 2020-09-25 18:45:15 +02:00
btstack_link_key_db test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
btstack_memory test/btstacke_memory: enable coverage 2020-09-29 10:19:39 +02:00
crypto micro-ecc: comment compression and ECDSA, add tests 2020-09-25 10:50:02 +02:00
crypto2
des_iterator test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
embedded test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
fifo
flash_tlv test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
fuzz
gap gatt_compiler: use python3 in build scripts 2020-09-25 13:25:22 +02:00
gatt_client gatt_compiler: use python3 in build scripts 2020-09-25 13:25:22 +02:00
gatt_server gatt_compiler: use python3 in build scripts 2020-09-25 13:25:22 +02:00
gatt_service test/gatt_service: device_information 2020-09-25 14:37:53 +02:00
hfp test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
hid_parser test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
le_device_db_tlv le_device_db_tlv_test: test add existing entry 2020-09-24 15:17:11 +02:00
linked_list
map_client
map_test
maths
mesh test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
mock test/mock: start reusable mock library 2020-09-25 11:37:06 +02:00
obex test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
pts gatt_compiler: use python3 in build scripts 2020-09-25 13:25:22 +02:00
ring_buffer test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
sbc
sdp test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
sdp_client test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
security_manager test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
security_manager_sc test/coverage: integrate stand alone security_manager_sc coverage data 2020-09-24 17:12:40 +02:00
tlv_posix test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
.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 test/btstack_memory: test memory pool 2020-09-28 11:59:25 +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