btstack/test
2016-10-31 15:50:00 +01:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
avdtp avdtp: extracted initiator and acceptor role 2016-10-31 15:50:00 +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 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 extend btstack defines, and memory generator 2016-09-27 15:17:16 +02:00
linked_list linked_list: add tests for linked_list_count and fix off-by one 2016-07-22 19:51:32 +02:00
pts fix compile 2016-09-29 16:06:01 +02:00
ring_buffer portaudio sine with ring buffer example 2016-10-18 14:15:16 +02:00
sbc fix procces sbc data 2016-10-12 16:53:34 +02:00
sdp_client test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
security_manager test/sm: avoid c++ warning 2016-06-27 16:05:17 +02:00
btstack_config.h fix compile in tests 2016-10-03 11:26:44 +02:00
Makefile fix test compile 2016-03-04 11:51:53 +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