btstack/test
2016-11-14 14:59:29 +01:00
..
att_db
avdtp avdtp: rewrite to allow state machine per stream endpoint 2016-11-10 17:15:09 +01:00
ble_client fix compile 2016-09-29 16:06:01 +02:00
btstack_link_key_db fix compile in tests 2016-10-03 11:26:44 +02:00
des_iterator
gatt_client
hfp extend btstack defines, and memory generator 2016-09-27 15:17:16 +02:00
linked_list
maths maths: aproximation of sqrt 2016-11-14 14:59:29 +01:00
pts maths: aproximation of sqrt 2016-11-14 14:59:29 +01:00
ring_buffer test/ringbuffer: fix test 2016-10-20 15:26:53 +02:00
sbc fix procces sbc data 2016-10-12 16:53:34 +02:00
sdp_client
security_manager
btstack_config.h fix compile in tests 2016-10-03 11:26:44 +02: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