Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ordak on October 17, 2017, 03:04:44 pm

Title: Unit test integration into IDE
Post by: ordak on October 17, 2017, 03:04:44 pm
Hi,

At times for testing C code I use CUnit. Can this usage be integrated into Code::Blocks IDE ?

As an example visit this link:

https://netbeans.org/kb/docs/cnd/c-unit-test.html

Title: Re: Unit test integration into IDE
Post by: ollydbg on October 17, 2017, 04:32:33 pm
hope this helps http://wiki.codeblocks.org/index.php/UnitTesting
Title: Re: Unit test integration into IDE
Post by: ordak on October 17, 2017, 05:59:03 pm
hope this helps http://wiki.codeblocks.org/index.php/UnitTesting

I followed the given instructions in the provided link, some points: