Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 611 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 611 Bytes

RAM_EEPROM

Introduction

This emulates an Arduino E2 in RAM.

Testing

Requirements

  • g++
  • gcovr
  • lcov

Running the suite

Simply run 'make' in the test directory.

$ cd test
$ make

This will create all of the output in the test/build/ directory. This includes:

  • HTML coverage report (test/build/coverage/index.html)
  • junit test result files (test/build/logs/*Result.xml)
  • cobertura output file (test/build/logs/cobertura.xml)

License

This is licensed under the LGPL, as it is a derivative of https://github.com/esp8266/Arduino. Which is also licensed under the LGPL.