Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 369 Bytes

host based unit tests for JLed

Pass OPT argument to make to control optimization, which affects code coverage, e.g.:

  • make clean coverage OPT=-O0
  • make clean test OPT=-O2