|
From: John P. <jo...@cu...> - 2007-11-17 06:07:00
|
Hi all I submitted a patch to fix a simple bug in CUnit. It's available via the CUnit SF.net project page. Is there any chance this patch could be incorporated soon into a new release? Also, there was a post here recently on ways to run specific CUnit tests from the command line. I have some code that achieves this, see here if you're interested: http://ascendcode.cheme.cmu.edu/viewvc.cgi/code/branches/extfn/base/generic/test/test.c?view=markup Using the above I can do ./test ? ./test TestSuiteName ./test TestSuiteName.? ./test TestSuiteName.TestCaseName The '?' cases output a list of possible test suites and/or test names. It's not particular fantastic but it works (but depends on the abovementioned patch). Cheers JP |