btstack/test
2015-05-17 18:07:24 +02:00
..
ble_client get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
des_iterator get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
gatt_client get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
linked_list get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
remote_device_db get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
sdp_client get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
security_manager get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +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
Makefile get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +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