btstack/test
2017-02-10 11:07:03 +01:00
..
att_db
avdtp avdtp: files moved to src/classic 2017-01-30 15:19:24 +01:00
avrcp avrcp: play info event 2017-02-10 11:07: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
gatt_client
hfp hfp: fix test 2017-01-30 16:30:12 +01:00
linked_list
maths
pts
ring_buffer test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
sbc
sdp_client
security_manager gap_le: cleanup use of own address for scanning, advertisements, and connection creation 2017-01-18 11:50:45 +01:00
btstack_config.h 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
Makefile
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