Skip to main content

Unit test framework for C programs on Linux

Last post 02:09 pm January 14, 2016 by Bart Clephas
1 reply
05:36 am June 19, 2015

I am new to Agile and my apologies if this is a trivial question.

What are the best unit test framework for programs in C?(OS : CentOS)


02:09 pm January 14, 2016

A bit late perhaps, but Check is an often used framework or else see C++ frameworks like Google Test. You have to do some additional work to cross the bridge between C and C++ but overall Google Tests works perfectly (unit tests in C++ and production code in C).


By posting on our forums you are agreeing to our Terms of Use.

Please note that the first and last name from your Scrum.org member profile will be displayed next to any topic or comment you post on the forums. For privacy concerns, we cannot allow you to post email addresses. All user-submitted content on our Forums may be subject to deletion if it is found to be in violation of our Terms of Use. Scrum.org does not endorse user-submitted content or the content of links to any third-party websites.

Terms of Use

Scrum.org may, at its discretion, remove any post that it deems unsuitable for these forums. Unsuitable post content includes, but is not limited to, Scrum.org Professional-level assessment questions and answers, profanity, insults, racism or sexually explicit content. Using our forum as a platform for the marketing and solicitation of products or services is also prohibited. Forum members who post content deemed unsuitable by Scrum.org may have their access revoked at any time, without warning. Scrum.org may, but is not obliged to, monitor submissions.