Skip to content

Latest commit

 

History

History

test

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