btstack/test
matthias.ringwald@gmail.com e2bc2c157b debug pairing test case
2014-04-12 21:21:46 +00:00
..
ble_client comple le_central test 2014-02-28 21:44:39 +00:00
device_db_memory
gatt_client ble client: expected results extracted into single file 2014-04-11 14:35:46 +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 debug pairing test case 2014-04-12 21:21:46 +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