btstack/test
2015-10-11 21:40:03 +02:00
..
att_db improve gitignore 2015-07-29 16:44:17 +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 use single btstack-config.h for all tests 2015-07-27 22:51:29 +02:00
gatt_client Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-07-03 12:37:32 +02:00
hfp ignore ag client test object 2015-09-23 16:59:52 +02:00
linked_list removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
pts pass in connection handle instead of address / address_type info for SM API 2015-10-11 21:40:03 +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 use single btstack-config.h for all tests 2015-07-27 22:51:29 +02:00
security_manager pass in connection handle instead of address / address_type info for SM API 2015-10-11 21:40:03 +02:00
btstack-config.h enable log_info and log_error for tests 2015-08-20 17:23:36 +02:00
Makefile add hfp tests to buildbot tests 2015-08-20 17:06:54 +02: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