btstack/test
2020-11-22 17:38:38 +01:00
..
ad_parser test: extract ad_parser from ble_client test 2020-09-25 18:45:15 +02:00
att_db test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
auto-pts test/auto-pts: fix compile 2020-11-22 17:38:38 +01:00
avdtp btstack_sbc: introduce btstack_sbc_channel_mode_t and btstack_sbc_allocation_method_t 2020-11-19 15:28:18 +01:00
avdtp_util test/avdtp_util: start testing prepare capabilities 2020-09-29 15:18:10 +02:00
avrcp
base64 test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
ble_client test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
btstack_link_key_db test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
btstack_memory test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
crypto test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
crypto2 test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
des_iterator test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
embedded test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
fifo
flash_tlv test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
fuzz test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
gap test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
gatt_client test/gatt_client: update mocking code 2020-11-18 11:43:13 +01:00
gatt_server test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
gatt_service test/gatt_service: device_information 2020-09-25 14:37:53 +02:00
hfp update python scripts to python3 2020-11-03 15:19:00 +01:00
hid_parser test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
le_device_db_tlv test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
linked_list coverage: line and function coverage for core 2019-09-17 15:11:58 +02:00
map_client test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
map_test
maths
mesh test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01: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 test/pts: fix compile warnings 2020-11-20 09:35:32 +01:00
ring_buffer test/coverage: disable address sanitizer for coverage measurements 2020-09-24 15:28:06 +02:00
sbc update python scripts to python3 2020-11-03 15:19:00 +01:00
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/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01:00
security_manager_sc test/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01: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/config: add ENABLE_PRINTF_HEXDUMP 2020-11-06 14:07:45 +01: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 update python scripts to python3 2020-11-03 15:19:00 +01:00
coverage_subset_bat.py test/coverage: update bat subset 2020-10-31 19:28:28 +01:00
lcovrc test/security_manager_sc: print testname on stderr 2020-09-24 10:33:35 +02:00
Makefile test/pts: build pts tools as part of unit tests 2020-11-18 11:49:50 +01: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