1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-26 02:37:41 +00:00
Bjoern Hartmann a1d1564dfa pts/avdtp_source: add ldac encoder
# Conflicts:
#	test/pts/CMakeLists.txt
2021-02-23 17:42:38 +01:00
..
2021-02-23 17:42:38 +01:00
2020-11-03 15:19:00 +01:00
2021-02-03 10:53:23 +01:00

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