Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-12-03 Thread BVK
Please see the other thread "Syntax checker for GRUB script configuration file" for this tool. -- bvk.chaitanya ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-12-02 Thread BVK
Hi, I have been traveling a lot, so I couldn't reply :-( On Wed, Nov 25, 2009 at 4:34 PM, Felix Zielcke wrote: > > Thanks for your work. > A really useful test and hopefully not complicated to implement would be > if the config generated by grub-mkconfig (with e.g. 1 fake linux kernel) > can b

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-11-25 Thread Felix Zielcke
Am Freitag, den 13.11.2009, 23:15 +0530 schrieb BVK: > Hi, > > > Attached is the (experimental branch) patch for unit testing that I > have in mind for GRUB. Please let me know your comments. > > It provides "make check" target which would build and execute test > programs from "tests" director

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-11-23 Thread BVK
Earlier patch had ChangeLog entry missing for conf/tests.rmk. Attached version has it fixed now. -- bvk.chaitanya testing-framework.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-11-23 Thread BVK
Hi, I have been busy last week, so I couldn't reply :-( But I am able to complete most of the framework. It has support for logging multiple testcase failures and reporting them at the end of test execution. Please go through the attached patch and let me know your suggestions. Attached frame

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-11-16 Thread Robert Millan
On Fri, Nov 13, 2009 at 11:15:41PM +0530, BVK wrote: > Hi, > > > Attached is the (experimental branch) patch for unit testing that I > have in mind for GRUB. Please let me know your comments. > > It provides "make check" target which would build and execute test > programs from "tests" director

[RFC][PATCH] Basic unit testing support for GRUB

2009-11-13 Thread BVK
Hi, Attached is the (experimental branch) patch for unit testing that I have in mind for GRUB. Please let me know your comments. It provides "make check" target which would build and execute test programs from "tests" directory. We can write small programs to test specific functions in GRUB.