btstack/test
2016-01-20 15:42:54 +01:00
..
att_db platform/posix: drop src folder 2016-01-20 14:20:47 +01:00
ble_client forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
des_iterator platform/posix: drop src folder 2016-01-20 14:20:47 +01:00
gatt_client forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
hfp forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
linked_list forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
pts forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
remote_device_db forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
sdp_client run_loop.h -> btstack_run_loop.h 2016-01-20 15:08:39 +01:00
security_manager missing run_loop.c -> btstack_run_loop.c renames 2016-01-20 15:42:54 +01:00
btstack-config.h assert HCI_INCOMING_PRE_BUFFER_SIZE >= 2 for Long Characteristic Reads 2015-10-15 12:32:04 +02:00
Makefile fix paths after source reorg 2015-11-13 15:04:41 +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