btstack/test
2017-01-16 17:48:29 +01:00
..
att_db
avdtp avdtp: define avdtp_sink_callback in avdtp_sink 2017-01-16 17:48:29 +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 sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
hfp hfp test: cleanup data folder, remove printf 2016-11-16 13:01:05 +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 Merge branch 'develop' into a2dp 2016-11-14 15:54:38 +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 fix build 2016-11-10 22:00:31 +01:00
btstack_config.h fix compile: test + daemon 2017-01-14 22:24:22 +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