btstack/test
2021-03-11 15:53:46 +01:00
..
ad_parser test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
att_db test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
auto-pts hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
avdtp
avdtp_util test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
avrcp
base64 test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
ble_client Remove btstack_run_loop_base from port and test 2021-03-08 10:39:10 +01:00
btstack_link_key_db test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
btstack_memory scan_parameters_service: implement write without response for scan parameters 2021-03-09 13:17:39 +01:00
crypto test/crypto: link cpputest libs at end of link command 2021-03-07 21:27:00 +01:00
des_iterator test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
embedded remove btstack_run_loop_base.h include from run loop implementations and tests 2021-03-08 10:45:31 +01:00
fifo
flash_tlv hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
fuzz est/fuzz: improve gatt_client fuzzer 2021-02-25 19:09:02 +01:00
gap hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
gatt_client move GATT Service clients into ble/gatt-service 2021-03-08 10:09:41 +01:00
gatt_server test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
gatt_service test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
hfp Remove btstack_run_loop_base from port and test 2021-03-08 10:39:10 +01:00
hid_parser hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
le_device_db_tlv test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
linked_list test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
map_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
map_test test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
maths test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
mesh hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
mock
obex test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
pts hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
ring_buffer test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
sbc
sdp hid_device: add BLUETOOTH_ATTRIBUTE_HID_NORMALLY_CONNECTABLE to SDP record and an input param to hid_create_sdp_record function 2021-02-09 15:59:55 +01:00
sdp_client test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
security_manager hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
security_manager_sc hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
tlv_posix hci_dump: enable packet logger in tests 2021-03-11 15:53:46 +01:00
.gitignore
btstack_config.h test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
coverage_demangle.py
coverage_filter.py
coverage_subset_bat.py
lcovrc
Makefile test: add test target 2021-02-03 10:53:23 +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