btstack/test
2017-07-05 16:46:12 +02:00
..
att_db
avdtp test/avdtp: remove avdtp_sink_demo as it is in examples now 2017-06-02 15:01:58 +02:00
avrcp avrcp: add SDP query 2017-07-05 15:07:07 +02:00
ble_client
btstack_link_key_db tst/btstack_link_key_db: fix compilation 2017-06-30 12:46:02 +02:00
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
flash_tlv test/flash_tlv: sort link key db using btstack_tlv on top of hal_flash_sector into main folders 2017-06-05 11:52:35 +02:00
gatt_client
hfp hfp hf: exclude rhh tests 2017-06-19 15:52:29 +02:00
linked_list
maths
pts avrcp: enable all events to register, for pts purposes add single shot rewind and fast forward 2017-06-14 15:50:50 +02:00
ring_buffer
sbc test/sbc: add sine decoder test 2017-05-23 16:56:52 +02:00
sdp_client
security_manager test: fix compile. libusb: fix warning 2017-07-04 17:38:30 +02:00
btstack_config.h avrcp: put avrcp context into sdp query context 2017-07-05 16:46:12 +02:00
Makefile tests: disable maths while it fails to build on build server 2017-02-27 20:43:10 +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