Anyone had ever Made a unit testing in C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Anyone had ever Made a unit testing in C language?

C unit test

1st Jul 2019, 4:59 AM
Pablo Nenen Barria
Pablo Nenen Barria - avatar
2 Answers
0
yes
3rd Jul 2019, 1:59 AM
mecmarco
mecmarco - avatar
0
CUnit is a unit testing framework for C. It allows you to define and run test cases for your C code. For more information, see the following links: CUnit homepage: http://cunit.sourceforge.net/ CUnit documentation: http://cunit.sourceforge.net/doc/index.html CUnit tutorial: http://cunit.sourceforge.net/doc/writing_tests_tutorial.html https://code.sololearn.com/c5pC1SGp1DeX/?ref=app
11th Dec 2022, 9:42 AM
Calviղ
Calviղ - avatar