btstack/test
2021-04-13 22:23:33 +02: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 test/auto-pts: fix build 2021-04-08 11:32:52 +02:00
avdtp cmake: use pkg config for libusb compile/link flags 2021-01-21 18:57:04 +01:00
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 hids_client: skeleton code for connect 2021-03-31 10:46:52 +02: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 test/gatt_client: add CMake build 2021-04-12 11:29:34 +02: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 test/hfp: use btstack_event getters 2021-04-13 22:23:33 +02: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 test: fix build 2021-04-07 22:44:01 +02:00
mock test/mock: start reusable mock library 2020-09-25 11:37:06 +02:00
obex test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
pts pts/hid: complete test sequences 2021-04-09 14:58:59 +02:00
ring_buffer test: remove HAVE_ASSERT from coverage tests 2021-01-29 21:47:15 +01:00
sbc update python scripts to python3 2020-11-03 15:19:00 +01:00
sdp hid_device: provide SDP record params by struct 2021-04-08 15:26:28 +02: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 test/security_manager_sc: fix build 2021-04-12 19:04:35 +02:00
tlv_posix test: fix build 2021-04-07 22:44:01 +02: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 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
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