btstack/test
2014-04-25 19:36:10 +00:00
..
ble_client comple le_central test 2014-02-28 21:44:39 +00:00
device_db_memory
gatt_client ble client: use le_central_t for le central 2014-04-25 19:36:10 +00:00
sdp_client only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
security_manager security test peripheral working 2014-04-17 13:17:47 +00:00
btstack-config.h only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
README add quick note on how to compile tests 2014-04-11 10:31:30 +00:00

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./configure
$ make
$ sudo make install