Re: [PATCH] Some tests using unit-testing-framework

2010-01-19 Thread Robert Millan
On Fri, Jan 15, 2010 at 09:42:29AM +0530, BVK Chaitanya wrote: > An updated patch for the same is attached. Its been updated to the > latest trunk (with unit-testing-framework). New files (except trivial ones like tests/grub_script_echo_keywords.in) should have the GRUB GPLv3+ copyright/license h

Re: [PATCH] Some tests using unit-testing-framework

2010-01-14 Thread BVK Chaitanya
An updated patch for the same is attached. Its been updated to the latest trunk (with unit-testing-framework). -- bvk.chaitanya === added file 'ChangeLog.some-testcases' --- ChangeLog.some-testcases1970-01-01 00:00:00 + +++ ChangeLog.some-testcases2010-01-09 04:56:25 + @@ -0,0

[PATCH] Some tests using unit-testing-framework

2010-01-08 Thread BVK Chaitanya
Hi, Attached patch has some tests that I wrote using my earlier unit-testing-framework patch. These would serve as examples for other developers to write unit tests if necessary. Let me know your comments. This patch is also available in grub/branches/some-testcases branch. -- bvk.chaitany