btstack/test
2017-05-29 12:51:46 +02:00
..
att_db
avdtp example: new avdtp_source_demo example that plays 441 hz sine or small mod file 2017-05-29 12:51:46 +02:00
avrcp btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
ble_client
btstack_link_key_db
des_iterator test: fix des_iterator test 2017-03-26 23:19:26 +02:00
gatt_client
hfp fix compile 2017-05-17 23:22:05 +02:00
linked_list
maths
pts btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
ring_buffer
sbc test/sbc: add sine decoder test 2017-05-23 16:56:52 +02:00
sdp_client
security_manager test: sort security manager files 2017-04-13 16:49:28 +02: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

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