Can't get unit test to work with IDF 4.0
Posted: Sun Feb 02, 2020 9:03 pm
Hi,
I want to code in C++ using Visual Studio Code. I am able to compile and run my C++ code including a simple component.
Now I want to unit test my component. However, I can't get the unit tests to work. I'm getting the following errors when I try to compile the test app.
and
Anybody seen this before?
I want to code in C++ using Visual Studio Code. I am able to compile and run my C++ code including a simple component.
Now I want to unit test my component. However, I can't get the unit tests to work. I'm getting the following errors when I try to compile the test app.
Code: Select all
[806/965] Generating test_tjpgd_logo.h
FAILED: esp-idf/esp32_test/test_tjpgd_logo.h
Code: Select all
'xxd' is not recognized as an internal or external command,
operable program or batch file.