btstack/test
2015-07-16 23:44:53 +02:00
..
att_db removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
ble_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
des_iterator removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
gatt_client Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-03 12:37:32 +02:00
linked_list removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
pts Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-16 20:50:44 +02:00
remote_device_db removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
sdp_client removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
security_manager fix compile for 64-bit linux 2015-07-16 23:44:53 +02:00
btstack-config.h remove include for BTstack root folder, log to hci dump 2015-07-16 11:30:50 +02:00
Makefile fix security manager test 2015-07-16 23:28:09 +02: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