google / cmockery

A lightweight library to simplify and generalize the process of writing unit tests for C applications.
Apache License 2.0
1.05k stars 371 forks source link

Remove unneeded /doc/* files [skip ci] #52

Closed mbrukman closed 5 years ago

mbrukman commented 5 years ago

One of the files is already represented in the top-level README.md; the other file is unneeded as we do not convert HTML to/from Markdown anymore.

Partially addresses issue #50.