Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 266 Bytes

cmock makefile

cmock test with a makefile It tests 2 lwip functions for FreeRTOS

Requirements

  • gcc
  • lcov (optional to run coverage and generate html code coverage)
  • make

How To Run

Linux , Windows WSL

  • make
  • make run
  • make coverage
  • make clean