You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the unfortunate responsibility of maintaining a legacy project that uses cmockery as a unit testing framework. The tests were broken and ignored for years, when I finally did the effort to got them working again, I quickly started hitting my head on issues like long long / uint64_t types not being supported (#2 !?) and basic stuff like assert_false not working (#70).
Please, mark this project as archived and point people towards actual functional and maintained C unit testing frameworks like Unity, Cgreen, Cpputest or Googletest. Having the Google name associated to this project might trick some people into thinking it's a well designed and usefull project, but as soon as you start using it for even the most basic use-cases, the opposite quickly becomes apparent.
On top of that, the mailing list is full of spam.
The text was updated successfully, but these errors were encountered:
I have the unfortunate responsibility of maintaining a legacy project that uses cmockery as a unit testing framework. The tests were broken and ignored for years, when I finally did the effort to got them working again, I quickly started hitting my head on issues like
long long
/uint64_t
types not being supported (#2 !?) and basic stuff likeassert_false
not working (#70).Please, mark this project as archived and point people towards actual functional and maintained C unit testing frameworks like Unity, Cgreen, Cpputest or Googletest. Having the Google name associated to this project might trick some people into thinking it's a well designed and usefull project, but as soon as you start using it for even the most basic use-cases, the opposite quickly becomes apparent.
On top of that, the mailing list is full of spam.
The text was updated successfully, but these errors were encountered: