btstack/test
2016-04-08 14:05:24 +02:00
..
att_db
ble_client
btstack_link_key_db prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
des_iterator
gatt_client test/gatt_client: fix compile 2016-04-01 22:02:55 +02:00
hfp test/hfp: emit rfcomm can send now event 2016-04-08 14:05:24 +02:00
linked_list
pts use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +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 prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +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