kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
735 stars 246 forks source link

check.h file missing #70

Closed nabhishekn closed 1 year ago

nabhishekn commented 1 year ago

check.h file is not present in the repository.

kosma commented 1 year ago

To run the tests, you need to install the Check Framework:

https://libcheck.github.io/check/

Under Ubuntu, it should be as simple as apt install libcheck-dev but double-check to be sure.