btstack/test
2021-10-05 11:35:58 +02:00
..
ad_parser test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
att_db test; fix build 2021-09-06 17:04:48 +02:00
auto-pts test/auto-pts: disable advertisements on power off 2021-06-10 17:28:41 +02:00
avdtp
avdtp_util test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
avrcp
base64 test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
ble_client test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
btstack_link_key_db test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
btstack_memory test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
classic-oob-pairing test: add basic test for remote oob pairing 2021-06-28 19:50:54 +02:00
crypto test; fix build 2021-09-06 17:04:48 +02:00
des_iterator test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
embedded l2cap_signaling: add l2cap credit-based connection pdus 2021-08-12 14:59:49 +02:00
fifo
flash_tlv test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
fuzz
gap
gatt_client test; fix build 2021-09-06 17:04:48 +02:00
gatt_server test; fix build 2021-09-06 17:04:48 +02:00
gatt_service test: fix BMS test 2021-09-30 14:22:52 +02:00
gatt-service-client test/ancs_client: recover lost file / add more tests 2021-06-16 10:49:26 +02:00
hfp test; fix build 2021-09-06 17:04:48 +02:00
hid_parser test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
l2cap-le test: add l2cap-le unit tests 2021-08-06 10:07:17 +02:00
le_device_db_tlv
linked_list test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
map_client
map_test test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
maths
mesh test; fix build 2021-09-06 17:04:48 +02:00
mock test/mock: implement mock_att_service_trigger_can_send_now 2021-06-16 11:55:22 +02:00
obex test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
pts gatt-client/vcs: skeleton 2021-10-01 15:29:30 +02:00
ring_buffer test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
sbc
sdp test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
sdp_client test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
security_manager test/security_manager: fix build 2021-10-05 11:35:58 +02:00
security_manager_sc test/security_manager_sc: update usb dongle paths 2021-06-05 16:27:27 +02:00
tlv_posix test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
.gitignore
btstack_config.h avrcp_controller: reassemble fragmented AVCTP packets 2021-05-21 14:24:22 +02:00
coverage_demangle.py
coverage_filter.py
coverage_subset_bat.py test/coverage: use whitelist for bat subset 2021-06-07 10:44:40 +02:00
lcovrc
Makefile test: add l2cap-le unit tests 2021-08-06 10:07:17 +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