esp32_bluetooth_classic_sni.../host_stack/bluekitchen/test/README
Matheus Eduardo Garbelini c1fc3f84e3 Step 1 Update
2021-09-06 09:45:23 +08:00

11 lines
205 B
Text

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