btstack/test
2015-08-20 16:41:46 +02:00
..
att_db improve gitignore 2015-07-29 16:44:17 +02:00
ble_client
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 hfp: transfer status call, callsetup, callheld 2015-08-20 16:21:07 +02:00
linked_list
pts hfp: fix compile, start audio setup 2015-08-20 16:41:46 +02:00
remote_device_db
sdp_client use single btstack-config.h for all tests 2015-07-27 22:51:29 +02:00
security_manager use single btstack-config.h for all tests 2015-07-27 22:51:29 +02:00
btstack-config.h enable debug info for testing apps 2015-08-07 22:40:30 +02:00
Makefile fix security manager test 2015-07-16 23:28:09 +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