btstack/test
2021-07-09 14:56:56 +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 c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +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 c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
des_iterator test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
embedded hci_cmd: support arrayed parameters 2021-07-06 21:54:23 +02:00
fifo
flash_tlv test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
fuzz test/fuzz: fix build, add fuzz_avrcp 2021-04-15 22:58:24 +02:00
gap
gatt_client btstack_defines: compact event codes, decrease SM_EVENT_* and GAP_EVENT_* 2021-06-18 21:06:57 +02:00
gatt_server test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +02:00
gatt_service test/gatt_service: add tests for battery service server 2021-06-16 11:55:22 +02:00
gatt-service-client test/ancs_client: recover lost file / add more tests 2021-06-16 10:49:26 +02:00
hfp hfp_hf: rename voice_recognition_notification functions 2021-07-09 14:56:56 +02:00
hid_parser test: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +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-04-07 22:44:01 +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 hfp_hf: rename voice_recognition_notification functions 2021-07-09 14:56:56 +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: fix c/c++ mixed compile warning, streamline makefile 2021-06-12 12:03:02 +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 basic test for remote oob pairing 2021-06-28 19:50:54 +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