esp32_bluetooth_classic_sni.../host_stack/bluekitchen/test/README

12 lines
205 B
Text
Raw Normal View History

2021-09-06 01:45:23 +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
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install