btstack/test
2020-08-26 11:55:23 +02:00
..
att_db att_db_util: implement att_db_util_hash_calc 2020-01-09 22:20:41 +01:00
auto-pts auto-pts: remove .gatt file 2020-08-26 11:55:23 +02:00
avdtp test/avdtp: add CMake project file 2020-07-03 11:33:14 +02:00
avdtp_util test/avdtp_util: fix compile 2020-08-21 16:02:02 +02:00
avrcp avrcp: use defines instead of enum for features 2020-07-23 12:11:54 +02:00
base64 test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
ble_client
btstack_link_key_db test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
crypto test/crypto: match test data for decrypt with encrypt sample 2020-07-03 11:33:14 +02:00
crypto2 test/crypto: add more cmac tests 2020-01-09 22:20:41 +01:00
des_iterator test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
embedded test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
fifo
flash_tlv test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
fuzz test/fuzz: prepare for avrcp fuzzing 2020-07-25 18:54:26 +02:00
gap test/gap: unit test for gap le scanning 2020-04-02 16:32:39 +02:00
gatt_client test/gatt_client: avoid invalid memory access in mock implementation 2020-01-07 22:12:37 +01:00
gatt_server test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
hfp test/hfp: fix compile 2020-07-01 15:05:40 +02:00
hid_parser test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
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 test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
pts test/pts: add avdtp_sink test notes 2020-07-31 13:12:55 +02:00
ring_buffer test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
sbc
sdp test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
sdp_client test: disable leak detection for sdp_client/tlv_posix 2020-08-24 17:37:33 +02:00
security_manager test: add -fanitize=address,undefined to most tests 2020-01-07 11:26:31 +01:00
tlv_posix test: disable leak detection for sdp_client/tlv_posix 2020-08-24 17:37:33 +02:00
.gitignore
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
Makefile test/gap: unit test for gap le scanning 2020-04-02 16:32:39 +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