btstack/test
Matthias Ringwald 8d3dd4c5b3 fix test compile
2016-03-04 11:51:53 +01:00
..
att_db
ble_client
des_iterator
gatt_client c++ warning fixes 2016-02-18 11:31:33 +01:00
hfp hfp ag: update docu 2016-02-19 14:47:26 +01:00
linked_list
pts hfp ag: update docu 2016-02-19 14:47:26 +01:00
remote_device_db
sdp_client
security_manager
btstack-config.h
Makefile fix test compile 2016-03-04 11:51:53 +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