btstack/test
2016-03-28 12:48:00 +02:00
..
att_db
ble_client
btstack_link_key_db add ENABLE_CLASSIC to tests 2016-03-28 12:48:00 +02:00
des_iterator
gatt_client fix prototypes for fn() 2016-03-28 11:54:38 +02:00
hfp
linked_list
pts fix prototypes for fn() 2016-03-28 11:54:38 +02:00
sdp_client test: fix sdp-client compile 2016-03-28 12:04:29 +02:00
security_manager test: fix security manager aes test compile 2016-03-28 12:15:13 +02:00
btstack_config.h add ENABLE_CLASSIC to tests 2016-03-28 12:48:00 +02:00
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