btstack/test
Matthias Ringwald 643e650146 fix compile
2016-01-06 22:59:05 +01:00
..
att_db merge from master 2015-11-25 14:48:19 +01:00
ble_client run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
des_iterator merge from master 2015-11-25 14:48:19 +01:00
gatt_client run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
hfp fix compile 2016-01-06 22:58:06 +01:00
linked_list fix compile 2016-01-06 22:59:05 +01:00
pts Merge branch 'master' into ble-api-cleanup 2015-12-10 10:48:53 +01:00
remote_device_db run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
sdp_client pass in service record handle for sdp spp create 2015-11-25 15:57:48 +01:00
security_manager run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +01:00
btstack-config.h
Makefile
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