btstack/test
2015-05-14 10:20:44 +02:00
..
ble_client fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
des_iterator fix c99 warnings for missing argument of functions with no arguments, fix more warnings 2015-05-13 10:30:46 +02:00
gatt_client fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
linked_list fix c99 warnings for missing argument of functions with no arguments, fix more warnings 2015-05-13 10:30:46 +02:00
remote_device_db add re-used records from device db in front, extend tests a bit 2015-05-14 10:20:44 +02:00
sdp_client fix c99 warnings for missing argument of functions with no arguments, fix more warnings 2015-05-13 10:30:46 +02:00
security_manager fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +02:00
btstack-config.h add re-used records from device db in front, extend tests a bit 2015-05-14 10:20:44 +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