btstack/test
2017-02-27 20:43:10 +01:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
avdtp avdtp: files moved to src/classic 2017-01-30 15:19:24 +01:00
avrcp avrcp: cosmetic 2017-02-10 11:40:55 +01:00
ble_client fix compile 2016-09-29 16:06:01 +02:00
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 fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
gatt_client sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
hfp hfp: fix test 2017-01-30 16:30:12 +01:00
linked_list linked_list: add pop and get_first_item operations 2016-11-07 13:08:44 +01:00
maths maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
pts maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
ring_buffer test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
sbc fix procces sbc data 2016-10-12 16:53:34 +02:00
sdp_client fix common realloc mistake 2016-10-07 22:10:36 +02:00
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 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 fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00

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