The tests are only designed to run on the native Linux build - so there's nothing there to run them on the ESP32 I'm afraid.
To make the espruino binary just type make, and assuming you have all the stuff you need it'll build it.
espruino
make
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The tests are only designed to run on the native Linux build - so there's nothing there to run them on the ESP32 I'm afraid.
To make the
espruino
binary just typemake
, and assuming you have all the stuff you need it'll build it.