btstack/test
2017-04-13 16:49:28 +02:00
..
att_db
avdtp bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
avrcp avrcp: promote avrcp to src/classic folder 2017-03-01 16:17:03 +01:00
ble_client
btstack_link_key_db Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
gatt_client
hfp a2dp: avdtp source sends sbc frames at constant speed 2017-03-20 11:43:41 +01:00
linked_list
maths
pts le data channels: fix pts test compile 2017-04-04 11:26:04 +02:00
ring_buffer test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
sbc a2dp: avdtp source sends sbc frames at constant speed 2017-03-20 11:43:41 +01:00
sdp_client
security_manager test: sort security manager files 2017-04-13 16:49:28 +02:00
btstack_config.h tests: fix by using previous number of le device db entries (4) 2017-02-20 11:34:26 +01: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