btstack/test
2016-07-17 22:38:24 +02:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
ble_client ad_parser: use const where possible 2016-05-18 11:23:41 +02:00
btstack_link_key_db drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
des_iterator
gatt_client sm: sm_cmac_start -> sm_cmac_signed_write 2016-06-20 11:34:56 +02:00
hfp HFP + HSP: use uniform btstack_packet_handler_t 2016-04-21 21:37:40 +02:00
linked_list
pts posix: add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv 2016-06-27 15:20:16 +02:00
sdp_client test: fix sm and sdp client 2016-04-08 15:38:45 +02:00
security_manager test/sm: avoid c++ warning 2016-06-27 16:05:17 +02:00
btstack_config.h drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore 2016-07-17 22:38:24 +02:00
Makefile fix test compile 2016-03-04 11:51:53 +01: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